File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ crash.log
5555# version control.
5656#
5757# example.tfvars
58+ * .tfvars
59+ * .tfvars.json
5860
5961# Ignore override files as they are usually used to override resources locally and so
6062# are not checked in
Original file line number Diff line number Diff line change 11
22provider "aws" {
33 region = var. aws . region
4+
5+ default_tags {
6+ tags = var. aws_default_tags
7+ }
8+
49}
Original file line number Diff line number Diff line change @@ -99,4 +99,10 @@ variable "caldera_server" {
9999 default = {
100100 " caldera_server" = " 0"
101101 }
102+ }
103+
104+ variable "aws_default_tags" {
105+ type = map (string )
106+ description = " Default tags to apply to all AWS resources. Supply via tfvars or -var."
107+ default = {}
102108}
You can’t perform that action at this time.
0 commit comments