quickstart/101-storage-static-website/variables.tf (16 lines of code) (raw):
variable "environment" {
type = string
default = "dev"
}
variable "name" {
type = string
default = null
}
variable "location" {
type = string
default = "West US 2"
}
variable "dns_prefix" {
type = string
default = "tfq"
}