This commit is contained in:
havelight-ee
2023-05-09 21:48:17 +09:00
parent 446532dc53
commit 55d4828037
25 changed files with 2739 additions and 0 deletions

10
terraform/aws_iam/main.tf Normal file
View File

@@ -0,0 +1,10 @@
provider "aws" {
region = "ap-northeast-2"
}
terraform {
required_providers {
archive = "~> 1.3"
}
}