Closed alexkoepke closed 2 years ago
Hello @alexkoepke, I made a fix (https://github.com/hashicorp/terraform-provider-azurerm/pull/16474) , because the parameter name should be "additional_login_parameters" .
This functionality has been released in v3.4.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
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
v1.1.9
AzureRM Provider Version
v3.2.0
Affected Resource(s)/Data Source(s)
azurerm_linux_function_app, azurerm_windows_function_app
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
terraform validate
should not complain about the argumentadditional_login_params
being an "Unsupported argument".Actual Behaviour
Steps to Reproduce
terraform validate
Important Factoids
No response
References
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_function_app#additional_login_params https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/windows_function_app#additional_login_params