Clean Code
This commit is contained in:
7
01-old/terraform/aws_vault/10-variables.tf
Normal file
7
01-old/terraform/aws_vault/10-variables.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
variable "aws_region" {
|
||||
default = "ap-northeast-2"
|
||||
}
|
||||
|
||||
variable "aws_zone" {
|
||||
default = "ap-northeast-2b"
|
||||
}
|
||||
Reference in New Issue
Block a user