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