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
Moving web 1 resource to v1beta1 version
web
azurerm_function_app_hybrid_connection
The text was updated successfully, but these errors were encountered:
There is a bug in TF documentation:
resource "azurerm_function_app_hybrid_connection" "example" { function_app_id = azurerm_windows_web_app.example.id relay_id = azurerm_relay_hybrid_connection.example.id hostname = "myhostname.example" port = 8081
function_app_id should point to FunctionApp (windows or linux). Instead it references WebApp.
I've referenced the correct App type in config and it seems to be working fine.
Sorry, something went wrong.
kdibrov
Successfully merging a pull request may close this issue.
Moving
web
1 resource to v1beta1 versionazurerm_function_app_hybrid_connection
The text was updated successfully, but these errors were encountered: