Skip to content

Commit

Permalink
Fix failing E2E test case
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed May 12, 2024
1 parent f9d59eb commit 1e5c1d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/cloudsql-instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ module "vpc" {
# need only one - psa_config or subnets_psc
psa_configs = [{
ranges = { cloud-sql = "10.60.0.0/16" }
deletion_policy = "ABANDON"
}]
subnets_psc = [
{
ip_cidr_range = "10.0.3.0/24"
name = "psc"
region = var.region
}
]
}
Expand Down

0 comments on commit 1e5c1d4

Please sign in to comment.