Fix e2e testsss for cloud run

This commit is contained in:
Wiktor Niesiobędzki
2024-09-05 14:55:38 +00:00
committed by Wiktor Niesiobędzki
parent 7f8a02a405
commit 679218cde3
3 changed files with 4 additions and 0 deletions

View File

@@ -182,6 +182,7 @@ module "cloud_run" {
ip_cidr_range = "10.10.10.0/28"
throughput = {
max = 300
min = 200
}
vpc_self_link = var.vpc.self_link
}