Skip to content

Commit

Permalink
Merge pull request #208 from slalombuild/renovate/azure-naming-azurer…
Browse files Browse the repository at this point in the history
…m-0.x

Update Terraform Azure/naming/azurerm to v0.4.1
  • Loading branch information
davenicoll authored Apr 9, 2024
2 parents 90d4efe + 40a2fb6 commit aed15c3
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 aed15c3

Please sign in to comment.