Skip to content
New issue

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) resources to v1beta1 version #251

Closed
1 task done
steperchuk opened this issue Jan 30, 2023 · 1 comment · Fixed by #387
Closed
1 task done

Moving web(1) resources to v1beta1 version #251

steperchuk opened this issue Jan 30, 2023 · 1 comment · Fixed by #387
Assignees

Comments

@steperchuk
Copy link
Contributor

steperchuk commented Jan 30, 2023

Moving web 1 resource to v1beta1 version

@kdibrov kdibrov self-assigned this Feb 8, 2023
@kdibrov kdibrov changed the title Moving function(3) resources to v1beta1 version Moving function(1) resource to v1beta1 version Feb 9, 2023
@kdibrov kdibrov removed their assignment Feb 9, 2023
@kdibrov kdibrov self-assigned this Feb 23, 2023
@crossplane-contrib crossplane-contrib deleted a comment from steperchuk Feb 23, 2023
@kdibrov
Copy link
Contributor

kdibrov commented Feb 23, 2023

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.

@kdibrov kdibrov changed the title Moving function(1) resource to v1beta1 version Moving function(1), load(1) resources to v1beta1 version Feb 23, 2023
@kdibrov kdibrov changed the title Moving function(1), load(1) resources to v1beta1 version Moving web(1), load(1) resources to v1beta1 version Feb 23, 2023
@kdibrov kdibrov mentioned this issue Feb 24, 2023
2 tasks
@kdibrov kdibrov changed the title Moving web(1), load(1) resources to v1beta1 version Moving web(1) resources to v1beta1 version Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants