Skip to content

Commit e9ce452

Browse files
Gowiemactions-bot
andauthored
[AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 (#66)
* [AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 * Updated README.md Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
1 parent 587b6f3 commit e9ce452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ data "aws_iam_instance_profile" "given" {
7777
}
7878

7979
module "label" {
80-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
80+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
8181
namespace = var.namespace
8282
stage = var.stage
8383
environment = var.environment

0 commit comments

Comments
 (0)