spot test 완료 및 자동화 스크립트

This commit is contained in:
havelight-ee
2022-12-08 22:26:48 +09:00
parent 7271592aa1
commit 8391ca915d
13 changed files with 2170 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
terraform {
required_version = ">= 0.15.0"
required_providers {
aws = {
"configuration_aliases" = [aws.files]
"source" = "hashicorp/aws"
"version" = ">= 4.0.0"
}
}
}
provider "aws" {
alias = "files"
region = "ap-northeast-2"
}