11 lines
113 B
HCL
11 lines
113 B
HCL
provider "aws" {
|
|
region = "ap-northeast-2"
|
|
}
|
|
|
|
terraform {
|
|
required_providers {
|
|
archive = "~> 1.3"
|
|
}
|
|
}
|
|
|