Skip to content

Commit c1b4eab

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

examples/with_cognito_authentication/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module "alb" {
5858
}
5959

6060
module "ecs_cluster_label" {
61-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
61+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
6262
name = var.name
6363
namespace = var.namespace
6464
stage = var.stage

examples/with_google_oidc_authentication/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module "alb" {
5757
}
5858

5959
module "ecs_cluster_label" {
60-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
60+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
6161
name = var.name
6262
namespace = var.namespace
6363
stage = var.stage

examples/without_authentication/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module "alb" {
5757
}
5858

5959
module "ecs_cluster_label" {
60-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
60+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
6161
name = var.name
6262
namespace = var.namespace
6363
stage = var.stage

0 commit comments

Comments
 (0)