feat: publish script and cleanup
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
variable "prefix" {
|
||||
description = "Resource prefix"
|
||||
default = "dots"
|
||||
}
|
||||
|
||||
variable "project" {
|
||||
description = "Google Cloud project to host resources in"
|
||||
type = string
|
||||
@@ -12,3 +17,15 @@ variable "dns_zone" {
|
||||
description = "Cloud DNS zone to use"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "gcs_location" {
|
||||
type = string
|
||||
description = "Google Stoage location to provision resources in"
|
||||
default = "EU" # Multi-region, Europe
|
||||
}
|
||||
|
||||
variable "dns_ttl" {
|
||||
type = number
|
||||
description = "DNS TTL to use for records"
|
||||
default = 3600
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user