fix: update tf module dir, add unstable deb key

This commit is contained in:
Andrejus
2021-04-16 12:11:47 +01:00
parent 0e2d2ebf4f
commit d768d3da1a
4 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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
}