From c85cbb5aca218a8e3b0a47deeb4634a1b5112221 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Thu, 11 Jun 2026 10:43:53 +0000 Subject: [PATCH] Delete script11_20260611_093052.tf --- script11_20260611_093052.tf | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 script11_20260611_093052.tf diff --git a/script11_20260611_093052.tf b/script11_20260611_093052.tf deleted file mode 100644 index 26fc1b9..0000000 --- a/script11_20260611_093052.tf +++ /dev/null @@ -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'" - } -} \ No newline at end of file