Add script11_20260611_145556.tf
This commit is contained in:
parent
e5e882774d
commit
cf3ca2b869
19
script11_20260611_145556.tf
Normal file
19
script11_20260611_145556.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