Skip to content

Commit

Permalink
chore(deps): update terraform azure/aks/azurerm to v9 (#293)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent c6911a6 commit 3eb8d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testenv/resources/terraform/azure-aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "azurerm_subnet" "main" {

module "aks" {
source = "Azure/aks/azurerm"
version = "~> 8.0"
version = "~> 9.0"

prefix = local.name
resource_group_name = azurerm_resource_group.main.name
Expand Down

0 comments on commit 3eb8d6b

Please sign in to comment.