Skip to content

Commit

Permalink
fix: pin aks module version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta authored Aug 19, 2024
1 parent bb10e30 commit 0b33ae5
Showing 1 changed file with 2 additions and 1 deletion.
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 = azurerm_resource_group.rg.name
Expand Down

0 comments on commit 0b33ae5

Please sign in to comment.