GoogleCloudPlatform / terraform-google-cloud-run

Deploys apps to Cloud Run, along with option to map custom domain
https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-run/google
Apache License 2.0
139 stars 91 forks source link

fix!: replace random_id with random_string to increase number of possible access levels #191

Closed daniel-cit closed 6 months ago

daniel-cit commented 6 months ago

This PR replaces the random_id used in the composition of the names of the Access Level and Perimeter created in the secure-serverless-harness so that instead of a space with [0-9a-f](4) we will have [0-9a-z](4) which will decrease the chance of a collision of names when running tests

Error: Error creating AccessPolicy: googleapi: Error 409: Policy already exists with parent organizations/00000000000000
apeabody commented 6 months ago

/gcbrun

apeabody commented 6 months ago

/gcbrun