From b0774199765ff7402aab05e1b2ecaf9d47c4d91b Mon Sep 17 00:00:00 2001 From: gitops_test Date: Mon, 8 Jun 2026 17:14:11 +0000 Subject: [PATCH] Delete script1_20260608_150536.tf --- script1_20260608_150536.tf | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 script1_20260608_150536.tf diff --git a/script1_20260608_150536.tf b/script1_20260608_150536.tf deleted file mode 100644 index 26fc1b9..0000000 --- a/script1_20260608_150536.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