Skip to content

Commit

Permalink
subnet_id can't take the subnet name.
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-dudley committed Jun 6, 2020
1 parent bef45c9 commit c9b9d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/application_gateway.html.markdown
Expand Up @@ -252,7 +252,7 @@ A `frontend_ip_configuration` block supports the following:

* `name` - (Required) The name of the Frontend IP Configuration.

* `subnet_id` - (Optional) The name or ID of the Subnet.
* `subnet_id` - (Optional) The ID of the Subnet.

* `private_ip_address` - (Optional) The Private IP Address to use for the Application Gateway.

Expand Down

0 comments on commit c9b9d5e

Please sign in to comment.