Skip to content

Commit a9a1320

Browse files
authored
[AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 (#60)
1 parent 33c1aad commit a9a1320

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818
}
1919

2020
module "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

3535
module "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

156156
module "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
}

0 commit comments

Comments
 (0)