5 lines
77 B
HCL
5 lines
77 B
HCL
provider "aws" {
|
|
region = "ap-northeast-1"
|
|
version = "~> 2.0"
|
|
}
|