
update readmes clean up tf provider add readme and initial templates add initial pass at readmes more readme updates update various quickstarts finish cleaning up 101s more updates lots fo template updates add remaining more updates
15 lines
191 B
HCL
15 lines
191 B
HCL
variable "environment" {
|
|
default = "dev"
|
|
}
|
|
|
|
variable "name" {
|
|
default = "demo-tfquickstart"
|
|
}
|
|
|
|
variable "location" {
|
|
default = "West US 2"
|
|
}
|
|
|
|
variable "dns_prefix" {
|
|
default = "tfq"
|
|
} |