From c93ac39447ba751be0a9817191f6636f10fbefc9 Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Sun, 31 May 2026 01:43:26 +0200 Subject: terraform: added gitignore and basic file structure --- terraform/main.tf | 0 terraform/outputs.tf | 0 terraform/variables.tf | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 terraform/main.tf create mode 100644 terraform/outputs.tf create mode 100644 terraform/variables.tf (limited to 'terraform') diff --git a/terraform/main.tf b/terraform/main.tf new file mode 100644 index 0000000..e69de29 diff --git a/terraform/outputs.tf b/terraform/outputs.tf new file mode 100644 index 0000000..e69de29 diff --git a/terraform/variables.tf b/terraform/variables.tf new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3