Skip to content

Commit

Permalink
Update Terraform Azure/naming/azurerm to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 90d4efe commit 40a2fb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/terraform/azure/aks/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "naming" {
version = "0.4.0"
version = "0.4.1"
source = "Azure/naming/azurerm"
suffix = [var.component_suffix]
}
Expand Down
2 changes: 1 addition & 1 deletion components/terraform/azure/keyvault/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "naming" {
source = "Azure/naming/azurerm"
version = "0.4.0"
version = "0.4.1"
unique-length = 4
suffix = [var.suffix]
}
Expand Down
2 changes: 1 addition & 1 deletion components/terraform/azure/tfstate-backend/naming.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "naming" {
version = "0.4.0"
version = "0.4.1"
source = "Azure/naming/azurerm"
suffix = ["tfstatebackend"]
}

0 comments on commit 40a2fb6

Please sign in to comment.