file 이전

This commit is contained in:
havelight-ee
2023-04-03 11:20:43 +09:00
parent 1b523b539d
commit c4747e51b1
229 changed files with 1081 additions and 0 deletions

View File

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