Skip to content

Commit

Permalink
Fix incorrect import spec (#27068)
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Aug 16, 2024
1 parent c3672e9 commit c092e2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l
A PostgreSQL Flexible Virtual Endpoint can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_postgresql_flexible_server_virtual_endpoint.example subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.DBForPostgreSql/flexibleServers/server1/virtualendpoints/endpoint1
terraform import azurerm_postgresql_flexible_server_virtual_endpoint.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.DBForPostgreSql/flexibleServers/server1/virtualendpoints/endpoint1
```

0 comments on commit c092e2f

Please sign in to comment.