From 2a1ee531c26b3c4edb6cf87ea2cc5407cb061194 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Tue, 4 Aug 2026 07:14:34 +0000 Subject: [PATCH] Add Copy_of_bogdan2_20260804_071434 --- Copy_of_bogdan2_20260804_071434 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Copy_of_bogdan2_20260804_071434 diff --git a/Copy_of_bogdan2_20260804_071434 b/Copy_of_bogdan2_20260804_071434 new file mode 100644 index 0000000..26fc1b9 --- /dev/null +++ b/Copy_of_bogdan2_20260804_071434 @@ -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'" + } +} \ No newline at end of file