Files
dotfiles/modules/published-dots/variables.tf
2021-04-09 22:04:33 +01:00

15 lines
291 B
HCL

variable "project" {
description = "Google Cloud project to host resources in"
type = string
}
variable "domain" {
description = "DNS name to serve static content"
type = string
}
variable "dns_zone" {
description = "Cloud DNS zone to use"
type = string
}