Terraform - EC2 추가

This commit is contained in:
dsk-minchulahn
2023-12-19 14:14:29 +09:00
parent 949f4404ee
commit 79bdefaaec
5 changed files with 204 additions and 0 deletions

View File

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