(Optional) 멀티 VPC 구성
Production 환경 구성
🚀 운영환경용 폴더 생성
$ cp -R devartd_apnortheast2 devartp_apnortheast2
$ cd devartp_apnortheast2
$ rm -rf .terraform*🚀 변수값 변경
terraform {
required_version = ">= 1.5.7"
backend "s3" {
bucket = "devart-preprod-apnortheast2-tfstate"
key = "devart/terraform/vpc/devartp_apnortheast2/terraform.tfstate"
region = "ap-northeast-2"
encrypt = true
dynamodb_table = "terraform-lock"
}
}리소스 생성
Last updated
Was this helpful?