Files
dsk-iac/terraform/aws_iam_dev2/main.tf
havelight-ee 2d70373907 update
2023-05-11 13:55:28 +09:00

11 lines
113 B
HCL

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