Fix permadiff on E2E test

This commit is contained in:
Wiktor Niesiobędzki
2026-02-16 12:27:34 +00:00
parent f85bccd33d
commit 74516529cb
2 changed files with 4 additions and 6 deletions

View File

@@ -862,11 +862,10 @@ IAP is only supported for service. Refer to the [Configure IAP directly on cloud
```hcl
module "cloud_run" {
source = "./fabric/modules/cloud-run-v2"
project_id = var.project_id
name = "example-hello"
region = var.region
launch_stage = "BETA"
source = "./fabric/modules/cloud-run-v2"
project_id = var.project_id
name = "example-hello"
region = var.region
containers = {
hello = {
image = "us-docker.pkg.dev/cloudrun/container/hello"