mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-25 02:16:47 -07:00
Very preliminary tf scripting.
This commit is contained in:
parent
0266d9ee8a
commit
f1844c1a4e
8 changed files with 275 additions and 0 deletions
9
tfenv/cluster/variables.tf
Normal file
9
tfenv/cluster/variables.tf
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue