Add script1_20260609_074153.tf
This commit is contained in:
parent
0f40e970e9
commit
87a19a4c56
19
script1_20260609_074153.tf
Normal file
19
script1_20260609_074153.tf
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
terraform {
|
||||||
|
required_providers {
|
||||||
|
ovh = {
|
||||||
|
source = "ovh/ovh"
|
||||||
|
version = ">= 0.24.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
provider "ovh" {
|
||||||
|
endpoint = "ovh-eu"
|
||||||
|
}
|
||||||
|
|
||||||
|
# Dummy resource (safe for testing parsing, not real deploy)
|
||||||
|
resource "null_resource" "example" {
|
||||||
|
provisioner "local-exec" {
|
||||||
|
command = "echo 'Terraform script executed'"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user