You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Managed Cluster Name: "foo"): managedclusters.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: Code="SkuNotAvailable" Message="Standard managed cluster SKU tier is invalid. 'Paid' has been replaced by 'Standard' since v2023-02-01. "
│
│ with module.aks.azurerm_kubernetes_cluster.main,
│ on .terraform/modules/aks/main.tf line 17, in resource "azurerm_kubernetes_cluster""main":
│ 17: resource "azurerm_kubernetes_cluster""main" {
This issue was caused by the breaking change introduced since AzureRM provider v3.51.0. We'll add a validation (which is also a breaking change) in this module's v7.0.0.
Is there an existing issue for this?
Greenfield/Brownfield provisioning
greenfield
Terraform Version
1.4.4
Module Version
6.8.0
AzureRM Provider Version
3.49.0
Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Terraform Configuration Files
tfvars variables values
--
Debug Output/Panic Output
Expected Behaviour
apply succeed
Actual Behaviour
apply fails
Steps to Reproduce
terraform apply
Important Factoids
No response
References
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#:~:text=to%20Free.-,Note%3A,where%20the%20value%20Paid%20must%20now%20be%20set%20to%20Standard.,-storage_profile%20%2D%20(Optional)%20A
The text was updated successfully, but these errors were encountered: