Files

8 lines
138 B
Terraform
Raw Permalink Normal View History

terraform {
backend "s3" {
bucket = "a13labs.infra.eu"
2025-06-05 23:27:50 +02:00
key = "apps.dev-01.core.infra.tfstate"
region = "eu-west-1"
}
}