Skip to content

Commit 994316d

Browse files
committed
Bumped adamrushuk/aks/azurerm to 0.7.0
1 parent 7356ee6 commit 994316d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/aks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "azurerm_log_analytics_solution" "aks" {
5454
# https://registry.terraform.io/modules/adamrushuk/aks/azurerm/latest
5555
module "aks" {
5656
source = "adamrushuk/aks/azurerm"
57-
version = "0.6.0"
57+
version = "0.7.0"
5858

5959
kubernetes_version = var.kubernetes_version
6060
location = azurerm_resource_group.aks.location

0 commit comments

Comments
 (0)