read only 권한 계정 발급

This commit is contained in:
havelight-ee
2023-03-08 16:37:03 +09:00
parent 6b3334988b
commit 2b84a8a286
175 changed files with 251 additions and 0 deletions

View File

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