Fix permadiff on E2E test
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user