This commit is contained in:
root
2023-04-30 04:23:20 +09:00
parent a93155b552
commit 71a7b61c97
3 changed files with 105 additions and 0 deletions

View File

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