Skip to content

Commit

Permalink
Fix typo in docs (hashicorp#7096)
Browse files Browse the repository at this point in the history
Co-authored-by: Moutaz Samir <moutaz.samir@avelabs.com>
  • Loading branch information
2 people authored and pbrit committed May 31, 2020
1 parent 4846f64 commit 313781a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/d
Associations between Network Interfaces and Load Balancer Backend Address Pools can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_network_interface_backend_address_pool_association.association1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.network/networkInterfaces/nic1/ipConfigurations/example|/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/pool1
terraform import azurerm_network_interface_backend_address_pool_association.association1 "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.network/networkInterfaces/nic1/ipConfigurations/example|/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/pool1"
```

-> **NOTE:** This ID is specific to Terraform - and is of the format `{networkInterfaceId}/ipConfigurations/{ipConfigurationName}|{backendAddressPoolId}`.

0 comments on commit 313781a

Please sign in to comment.