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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please implement a 'Type' argument under the BACKEND_ADDRESS_POOL block in resource AZUREM_APPLICATION_GATEWAY #11372

Open
jfe7 opened this issue Apr 19, 2021 · 0 comments

Comments

@jfe7
Copy link

jfe7 commented Apr 19, 2021

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Currently, there is no way to change the target type of a backend pool when deploying a Application Gateway, it is only possible to enter a IP address or FQDN, please make it possible to choose the type of target and the target name, for example, to target a App Service.

New or Affected Resource(s)

  • azurerm_application_gateway

Potential Terraform Configuration

  backend_address_pool {
    name = "example-pool"
    target_type = "App Services"
    target = "name-of-example-web-app"
  }

References

  • #0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants