Skip to content

Commit

Permalink
Do not add aws-config to ID
Browse files Browse the repository at this point in the history
  • Loading branch information
snemetz committed Nov 23, 2021
1 parent c9a5b70 commit 79986e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module "aws_config_label" {
source = "cloudposse/label/null"
version = "0.25.0"

attributes = ["aws-config"]
context = module.this.context
}

Expand Down Expand Up @@ -39,7 +38,6 @@ module "storage" {
bucket_notifications_prefix = var.bucket_notifications_prefix

tags = module.this.tags
attributes = ["aws-config"]
context = module.this.context
}

Expand Down

0 comments on commit 79986e3

Please sign in to comment.