Files
catherine-league/infra/terraform/environments/catherine-fc/backend.tf

9 lines
193 B
HCL

terraform {
backend "s3" {
bucket = "catherine-fc-infra"
key = "catherine-fc-ec2/terraform.tfstate"
region = "ap-northeast-1"
encrypt = true
}
}