-
Notifications
You must be signed in to change notification settings - Fork 500
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Greenfield/Brownfield provisioning
brownfield
Terraform Version
1.10
Module Version
11.0
AzureRM Provider Version
4.45.0
Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Terraform Configuration Files
Setting `node_os_upgrade_channel = "None"` leads to `An argument named "node_os_upgrade_channel" is not expected here.`tfvars variables values
noneDebug Output/Panic Output
╷
│ Error: Unsupported argument
│
│ on main.tf line 187, in module "infra_cluster_2":
│ 187: node_os_upgrade_channel = "None"
│
│ An argument named "node_os_upgrade_channel" is not expected here.Expected Behaviour
I want to override node_os_upgrade_channel
Actual Behaviour
I can't
Steps to Reproduce
No response
Important Factoids
No response
References
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo