Clean Code
This commit is contained in:
8
01-old/terraform/aws_vault/00-main.tf
Normal file
8
01-old/terraform/aws_vault/00-main.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
provider "aws" {
|
||||
region = var.aws_region
|
||||
}
|
||||
|
||||
resource "random_pet" "env" {
|
||||
length = 2
|
||||
separator = "_"
|
||||
}
|
||||
Reference in New Issue
Block a user