Skip to content

Commit

Permalink
Fix failing E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed May 11, 2024
1 parent 5b3ed10 commit 35a17a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/net-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,12 @@ module "vpc" {
{
ranges = { myrange = "10.0.1.0/24" }
# service_producer = "servicenetworking.googleapis.com" # default value
deletion_policy = "ABANDON"
},
{
ranges = { netapp = "10.0.2.0/24" }
service_producer = "netapp.servicenetworking.goog"
deletion_policy = "ABANDON"
}
]
}
Expand Down

0 comments on commit 35a17a4

Please sign in to comment.