2021-05-30 08:14:36 -07:00
|
|
|
variable "extra_tags" {
|
2021-06-03 16:15:26 -07:00
|
|
|
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
|
|
|
}
|