Files

8 lines
124 B
Terraform
Raw Permalink Normal View History

terraform {
backend "s3" {
bucket = "a13labs.infra"
key = "a13labs-iac.tfstate"
region = "us-east-1"
}
}