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

Feature Request: Update azurerm_application_gateway to support new configuration attributes #1519

Closed
philipstreet-hiscox opened this issue Jul 9, 2018 · 3 comments

Comments

@philipstreet-hiscox
Copy link

philipstreet-hiscox commented Jul 9, 2018

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
  1. Support for new configuration attributes, e.g.

Http_settings:

  • Affinity cookie name
  • Connection draining
  • Use for App service
  • Pick host name from backend address
  • Host name

(There may be others, I have not thoroughly checked all other attributes)

  1. Ability to configure Diagnostics logs.

New or Affected Resource(s)

  • azurerm_application_gateway

Potential Terraform Configuration

resource "azurerm_application_gateway" "network" { diagnostic_logs { name = "my-app-gateway-diagnostic-logs" archive_to_storage_account = "true" storage_account_subscription = "my-lovely-subscription" storage_account = "my-lovely-storage-account" application_gateway_access_log = "true" application_gateway_performance_log = "true" application_gateway_fiewall_log = "true" all_metrics = "true" } }

@philipstreet-hiscox philipstreet-hiscox changed the title Update azurerm_application_gateway top support new configuration attributes Update azurerm_application_gateway to support new configuration attributes Jul 9, 2018
@philipstreet-hiscox philipstreet-hiscox changed the title Update azurerm_application_gateway to support new configuration attributes FEATURE REQUEST: Update azurerm_application_gateway to support new configuration attributes Jul 9, 2018
@philipstreet-hiscox philipstreet-hiscox changed the title FEATURE REQUEST: Update azurerm_application_gateway to support new configuration attributes Feature Request: Update azurerm_application_gateway to support new configuration attributes Jul 9, 2018
@tombuildsstuff
Copy link
Contributor

hi @philipstreet-hiscox

Given this issue is blocked on an upstream issue in the Azure API rather than keeping multiple issues open and trying to ensure they all remain up to date - I'm going to close this in favour of #1576 which is the Meta-Issue tracking the Bugs and Enhancements for the Application Gateway Resource. Once the bug in the API is fixed we should be able to take a look into this, but we'll keep track of the status of this issue there for the moment.

Thanks!

@syedhamid09
Copy link

Can you include Support for new configuration attributes,
Http_settings:

Affinity cookie name

@ghost
Copy link

ghost commented Mar 5, 2019

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants