init arcodange factory

This commit is contained in:
2024-07-05 15:49:53 +02:00
commit 397a5d3b7f
10 changed files with 231 additions and 0 deletions

6
iac/backend.tf Normal file
View File

@@ -0,0 +1,6 @@
terraform {
backend "gcs" {
bucket = "arcodange-tf"
prefix = "tofu/code"
}
}