terraform - aws instance 파일 정리

This commit is contained in:
dsk-minchulahn
2023-11-21 11:45:48 +09:00
parent 7796d39318
commit bb490c3de0
21 changed files with 0 additions and 0 deletions

View File

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