This commit is contained in:
havelight-ee
2023-05-04 22:42:49 +09:00
parent 73f5df0334
commit 1e5b0b4487
9 changed files with 564 additions and 2 deletions

View File

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