Files
dsk-iac/aws_middle/dev2-read-iam/main.tf
havelight-ee c4747e51b1 file 이전
2023-04-03 11:20:43 +09:00

11 lines
113 B
HCL

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