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
╷
│ Error: Unsupported argument
│
│ on aks.tf line 24, in resource "azurerm_kubernetes_cluster""k8s_cluster":
│ 24: custom_ca_trust_certificates_base64 = [
│
│ An argument named "custom_ca_trust_certificates_base64" is not expected here.
Expected Behaviour
Plan should have succeeded, the argument is provided in the documentation
Actual Behaviour
Plan errored out
Steps to Reproduce
Terraform plan
Important Factoids
N/A
References
Nothing else. I followed the documentation to register the preview feature in my subscription
The text was updated successfully, but these errors were encountered:
It looks like the property was documented under the wrong block - it's actually a top level property so moving it out of the default_node_pool block should fix the error you're seeing.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.5.3
AzureRM Provider Version
3.64.0
Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster and azurerm_kubernetes_cluster_node_pool
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Plan should have succeeded, the argument is provided in the documentation
Actual Behaviour
Plan errored out
Steps to Reproduce
Terraform plan
Important Factoids
N/A
References
Nothing else. I followed the documentation to register the preview feature in my subscription
The text was updated successfully, but these errors were encountered: