Skip to content

Commit

Permalink
Update internal/services/postgres/postgresql_flexible_server_virtual_…
Browse files Browse the repository at this point in the history
…endpoint_resource_test.go

Co-authored-by: jackofallops <[email protected]>
  • Loading branch information
bruceharrison1984 and jackofallops authored Oct 2, 2024
1 parent e095372 commit 3484e8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ resource "azurerm_private_dns_zone_virtual_network_link" "west" {
}
resource "azurerm_postgresql_flexible_server" "west" {
name = "%[1]d-west-pg"
name = "acctest%[1]d-west-pg"
resource_group_name = azurerm_resource_group.west.name
location = azurerm_resource_group.west.location
create_mode = "Replica"
Expand Down

0 comments on commit 3484e8a

Please sign in to comment.