Skip to content

Commit

Permalink
[AUTOMATED] Update terraform-null-label versions to support Terraform…
Browse files Browse the repository at this point in the history
… 0.13 (#60)
  • Loading branch information
Gowiem authored Aug 18, 2020
1 parent 33c1aad commit a9a1320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locals {
}

module "base_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
namespace = var.namespace
environment = var.environment
stage = var.stage
Expand All @@ -33,7 +33,7 @@ module "base_label" {
}

module "s3_bucket_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
context = module.base_label.context
}

Expand Down Expand Up @@ -154,7 +154,7 @@ resource "aws_s3_bucket_public_access_block" "default" {
}

module "dynamodb_table_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
context = module.base_label.context
attributes = compact(concat(var.attributes, ["lock"]))
}
Expand Down

0 comments on commit a9a1320

Please sign in to comment.