9 lines
193 B
HCL
9 lines
193 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "catherine-fc-infra"
|
|
key = "catherine-fc-ec2/terraform.tfstate"
|
|
region = "ap-northeast-1"
|
|
encrypt = true
|
|
}
|
|
}
|