Files

8 lines
123 B
Terraform
Raw Permalink Normal View History

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