We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting theses errors when trying to create the cluster, this is the output of terraform plan
Error: azurerm_virtual_machine_scale_set.data-nodes: "network_profile": required field is not set
Error: azurerm_virtual_machine_scale_set.master-nodes: "network_profile.0.ip_configuration.0.primary": required field is not set
The text was updated successfully, but these errors were encountered:
The solution was to add primary = true under network_profile and network_profile.ip_configuration in masters.tf, datas.tf, and clients.tf
Sorry, something went wrong.
Thanks - can you submit a PR with the fix?
No branches or pull requests
Getting theses errors when trying to create the cluster, this is the output of terraform plan
Error: azurerm_virtual_machine_scale_set.data-nodes: "network_profile": required field is not set
Error: azurerm_virtual_machine_scale_set.master-nodes: "network_profile.0.ip_configuration.0.primary": required field is not set
The text was updated successfully, but these errors were encountered: