Files
dsk-minchulahn 0273450ff6 Clean Code
2023-12-19 13:03:29 +09:00

11 lines
113 B
HCL

provider "aws" {
region = "ap-northeast-2"
}
terraform {
required_providers {
archive = "~> 1.3"
}
}