Skip to content

Commit

Permalink
Typo in api version
Browse files Browse the repository at this point in the history
  • Loading branch information
olofmattsson-inriver authored and lonegunmanb committed Jun 4, 2024
1 parent 9de4445 commit 81526f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 81526f9

Please sign in to comment.