11 lines
132 B
HCL
11 lines
132 B
HCL
variable "environment" {
|
|
default = "dev"
|
|
}
|
|
|
|
variable "name" {
|
|
default = "sample"
|
|
}
|
|
|
|
variable "location" {
|
|
default = "eastus"
|
|
} |