Skip to content

Commit

Permalink
chore(deps): update terraform github.com/cloudposse/terraform-null-la…
Browse files Browse the repository at this point in the history
…bel to v0.25.0
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent ba97dbe commit 1e95f41
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cloudformation.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "sns_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.1"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=0.25.0"
namespace = var.namespace
stage = var.stage
name = var.name
Expand All @@ -20,7 +20,7 @@ resource "aws_cloudformation_stack" "sns" {
}

module "datapipeline_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.1"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=0.25.0"
namespace = var.namespace
stage = var.stage
name = var.name
Expand Down
4 changes: 2 additions & 2 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data "aws_iam_policy_document" "resource_role" {


module "resource_role_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.1"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=0.25.0"
namespace = var.namespace
stage = var.stage
name = var.name
Expand Down Expand Up @@ -55,7 +55,7 @@ data "aws_iam_policy_document" "role" {
}

module "role_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.1"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=0.25.0"
namespace = var.namespace
stage = var.stage
name = var.name
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
data "aws_region" "default" {}

module "label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.1"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=0.25.0"
namespace = var.namespace
stage = var.stage
name = var.name
Expand Down
4 changes: 2 additions & 2 deletions s3.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "logs_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.1"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=0.25.0"
namespace = var.namespace
stage = var.stage
name = var.name
Expand All @@ -15,7 +15,7 @@ resource "aws_s3_bucket" "logs" {
}

module "backups_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.1"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=0.25.0"
namespace = var.namespace
stage = var.stage
name = var.name
Expand Down

0 comments on commit 1e95f41

Please sign in to comment.