mirror of
https://github.com/dragonheim/gagent.git
synced 2025-02-23 09:19:53 -08:00
9 lines
243 B
HCL
9 lines
243 B
HCL
variable "extra_tags" {
|
|
description = "Tags required on all resources"
|
|
type = map
|
|
default = {
|
|
"org" = "dragonheim"
|
|
"service" = "gagent"
|
|
"maintained_by" = "jwells@dragonheim.net"
|
|
}
|
|
}
|