Add Scaleway IAC configuration with OpenTofu integration and environment setup

This commit is contained in:
2025-04-25 21:21:19 +02:00
parent cc15ff3247
commit bd8bf86227
11 changed files with 253 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
terraform {
backend "s3" {
bucket = "a13labs.infra.eu"
key = "scaleway.core.infra.tfstate"
region = "eu-west-1"
}
}