gagent/assets/tfenv/cluster/variables.tf

10 lines
243 B
Terraform
Raw Normal View History

2021-05-30 08:14:36 -07:00
variable "extra_tags" {
description = "Tags required on all resources"
type = map
default = {
"org" = "dragonheim"
"service" = "gagent"
"maintained_by" = "jwells@dragonheim.net"
}
2021-05-30 08:14:36 -07:00
}