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 e17cc59 commit cfcac61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ resource "azurerm_resource_group" "west" {
}
resource "azurerm_virtual_network" "west" {
name = "%[1]d-west-vn"
name = "acctest%[1]d-west-vn"
location = azurerm_resource_group.west.location
resource_group_name = azurerm_resource_group.west.name
address_space = ["11.0.0.0/16"]
Expand Down

0 comments on commit cfcac61

Please sign in to comment.