Delete script1_20260608_193934.tf

This commit is contained in:
gitops_test 2026-06-11 13:52:27 +00:00
parent 0ca0a38065
commit 8f40345280

View File

@ -1,19 +0,0 @@
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'"
}
}