Skip to content

Commit

Permalink
Update Terraform github.com/cloudposse/terraform-null-label to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent 8777534 commit f09e773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "admin_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3.3"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=0.25.0"
namespace = var.namespace
stage = var.stage
name = var.admin_name
Expand All @@ -9,7 +9,7 @@ module "admin_label" {
}

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

0 comments on commit f09e773

Please sign in to comment.