Skip to content

Commit

Permalink
Allow tags to be added to resources [sc-142115] (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
darend authored Nov 1, 2022
1 parent 114b35c commit 606002a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module "default_label" {
source = "cloudposse/label/null"
version = "0.24.1"
attributes = ["origin"]
tags = var.tags
context = module.this.context
}

Expand Down

0 comments on commit 606002a

Please sign in to comment.