file 이전

This commit is contained in:
havelight-ee
2023-04-03 11:20:43 +09:00
parent 1b523b539d
commit c4747e51b1
229 changed files with 1081 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
provider "aws" {
region = var.aws_region
}
resource "random_pet" "env" {
length = 2
separator = "_"
}