terrafrom - aws instance - monitoring 최신화

This commit is contained in:
dsk-minchulahn
2023-11-21 14:17:37 +09:00
parent bb490c3de0
commit 65b1c1fd3f
8 changed files with 422 additions and 159 deletions

View File

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