Skip to content

Commit

Permalink
Merge pull request #4 from jaredbrook/develop
Browse files Browse the repository at this point in the history
Standardise environment tag key
  • Loading branch information
Guslington authored Jan 16, 2020
2 parents 79b3420 + 2c6e8ad commit ad4259a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application-loadbalancer.cfndsl.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CloudFormation do

default_tags = {}
default_tags["EnvironmentName"] = Ref(:EnvironmentName)
default_tags["Environment"] = Ref(:EnvironmentName)
default_tags["EnvironmentType"] = Ref(:EnvironmentType)

sg_tags = default_tags.clone
Expand Down

0 comments on commit ad4259a

Please sign in to comment.