From 81526f9d5ebe3eb723cb8ccef316e49c1ea1651f Mon Sep 17 00:00:00 2001 From: Olof Mattsson <107240314+olofmattsson-inriver@users.noreply.github.com> Date: Thu, 30 May 2024 07:50:47 +0200 Subject: [PATCH] Typo in api version --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index d2728998..dc00e17d 100644 --- a/main.tf +++ b/main.tf @@ -660,7 +660,7 @@ resource "null_resource" "http_proxy_config_no_proxy_keeper" { resource "azapi_update_resource" "aks_cluster_http_proxy_config_no_proxy" { count = can(var.http_proxy_config.no_proxy[0]) ? 1 : 0 - type = "Microsoft.ContainerService/managedClusters@2024-02-01-preview" + type = "Microsoft.ContainerService/managedClusters@2024-02-01" body = jsonencode({ properties = { httpProxyConfig = {