File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ locals {
1818}
1919
2020module "base_label" {
21- source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16 .0"
21+ source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17 .0"
2222 namespace = var. namespace
2323 environment = var. environment
2424 stage = var. stage
@@ -33,7 +33,7 @@ module "base_label" {
3333}
3434
3535module "s3_bucket_label" {
36- source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16 .0"
36+ source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17 .0"
3737 context = module. base_label . context
3838}
3939
@@ -154,7 +154,7 @@ resource "aws_s3_bucket_public_access_block" "default" {
154154}
155155
156156module "dynamodb_table_label" {
157- source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16 .0"
157+ source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17 .0"
158158 context = module. base_label . context
159159 attributes = compact (concat (var. attributes , [" lock" ]))
160160}
You can’t perform that action at this time.
0 commit comments