Skip to content

Commit 592a34d

Browse files
Gowiemactions-bot
andauthored
[AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 (#23)
* [AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 * Updated README.md Co-authored-by: actions-bot <[email protected]>
1 parent 2550397 commit 592a34d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
module "label" {
6-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
6+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
77
namespace = var.namespace
88
name = var.name
99
stage = var.stage

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ locals {
1515
}
1616

1717
module "label" {
18-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
18+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
1919
namespace = var.namespace
2020
stage = var.stage
2121
environment = var.environment

0 commit comments

Comments
 (0)