moved images to s3 and added terraform scripts
This commit is contained in:
8
infra/terraform/environments/catherine-fc/backend.tf
Normal file
8
infra/terraform/environments/catherine-fc/backend.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "catherine-fc-infra"
|
||||
key = "catherine-fc-ec2/terraform.tfstate"
|
||||
region = "ap-northeast-1"
|
||||
encrypt = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user