init arcodange factory

This commit is contained in:
2024-07-05 16:16:11 +02:00
commit 397a5d3b7f
10 changed files with 231 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
terraform {
backend "gcs" {
bucket = "arcodange-tf"
prefix = "tofu/code"
}
}