Skip to content

Commit

Permalink
azurerm_application_load_balancer_frontend: update doc (#23627)
Browse files Browse the repository at this point in the history
Signed-off-by: ziyeqf <[email protected]>
  • Loading branch information
ziyeqf authored Oct 20, 2023
1 parent 17100d5 commit a543b5c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ resource "azurerm_application_load_balancer" "example" {
resource "azurerm_application_load_balancer_frontend" "example" {
name = "example"
location = "West Europe"
application_load_balancer_id = azurerm_application_load_balancer.example.id
}
```
Expand All @@ -32,8 +31,6 @@ The following arguments are supported:

* `name` - (Required) The name which should be used for this Application Gateway for Containers Frontend. Changing this forces a new resource to be created.

* `location` - (Required) The Azure Region where the Application Gateway for Containers Frontend should exist. Changing this forces a new resource to be created. Available regions can be found [here](https://learn.microsoft.com/en-us/azure/application-gateway/for-containers/overview#supported-regions).

* `application_load_balancer_id` - (Required) The ID of the Application Gateway for Containers. Changing this forces a new resource to be created.

---
Expand Down

0 comments on commit a543b5c

Please sign in to comment.