azdevops / terraform

Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
https://www.terraform.io/
Mozilla Public License 2.0
1 stars 2 forks source link

hashicorp#14426 I can create an application gateway #14

Open azdevops opened 7 years ago

azdevops commented 7 years ago

Gil?

[Triage] [AppGateway] P2 - Feature , Add support for ApplicationGateway to Terraform Azure provider

https://docs.microsoft.com/en-us/rest/api/network/applicationgateways

isaacsgi commented 7 years ago

Progress being made here: https://github.com/hashicorp/terraform/pull/14426

StephenWeatherford commented 7 years ago

We should take a look at the PR ourselves.

azdevops commented 7 years ago

Please submit PR in the new repo. @echuvyrov could help.

isaacsgi commented 7 years ago

@echuvyrov thx for assist today - Submitted: https://github.com/terraform-providers/terraform-provider-azurerm/pull/120

This pulls original PR into the v0.10 code structure.

Next steps: Run tests Investigate outstanding items from the original PR

isaacsgi commented 7 years ago

found issue with WAF use case, working to fix