Skip to content

Commit

Permalink
fix: pin aks module version and upgrade azurerm provider (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta authored Aug 19, 2024
1 parent e304f3a commit f1dd8d6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 29 deletions.
54 changes: 27 additions & 27 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ locals {
}

module "aks" {
source = "Azure/aks/azurerm"
source = "Azure/aks/azurerm"
version = "9.1.0"

prefix = var.nuon_id
resource_group_name = data.azurerm_resource_group.rg.name
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {

azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.94.0"
version = "~> 3.116.0"
}
}
}

0 comments on commit f1dd8d6

Please sign in to comment.