Very preliminary tf scripting.

This commit is contained in:
James Wells 2021-05-30 08:14:36 -07:00
parent 0266d9ee8a
commit f1844c1a4e
Signed by: jwells
GPG key ID: 73196D10B8E65666
8 changed files with 275 additions and 0 deletions

View file

@ -0,0 +1,9 @@
variable "extra_tags" {
description = "Tags required on all resources"
type = map
default = {
"org" = "dragonheim"
"service" = "gagent"
"maintained_by" = "jwells@dragonheim.net"
}
}