Delete testqatemplate_20260804_080029.TF

This commit is contained in:
gitops_test 2026-08-05 12:15:05 +00:00
parent c87e8a6796
commit 1e24cc84c1

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'"
}
}