Skip to content

Commit 81526f9

Browse files
olofmattsson-inriverlonegunmanb
authored andcommitted
Typo in api version
1 parent 9de4445 commit 81526f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ resource "null_resource" "http_proxy_config_no_proxy_keeper" {
660660
resource "azapi_update_resource" "aks_cluster_http_proxy_config_no_proxy" {
661661
count = can(var.http_proxy_config.no_proxy[0]) ? 1 : 0
662662

663-
type = "Microsoft.ContainerService/managedClusters@2024-02-01-preview"
663+
type = "Microsoft.ContainerService/managedClusters@2024-02-01"
664664
body = jsonencode({
665665
properties = {
666666
httpProxyConfig = {

0 commit comments

Comments
 (0)