Skip to content

Commit

Permalink
removing network requirement in datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
niharika-98 committed Sep 2, 2024
1 parent 48ad9fd commit 5c8de08
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ resource "google_backup_dr_management_server" "foo" {
location = "us-central1"
name = "tf-test-management-server%{random_suffix}"
type = "BACKUP_RESTORE"
networks {
network = data.google_compute_network.default.id
peering_mode = "PRIVATE_SERVICE_ACCESS"
}
}

data "google_backup_dr_management_server" "foo" {
Expand Down

0 comments on commit 5c8de08

Please sign in to comment.