datasaker-demo update

This commit is contained in:
havelight-ee
2023-06-26 16:25:30 +09:00
parent 8d8543d34b
commit 90de942c4a
7 changed files with 700 additions and 0 deletions

View File

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