You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4-projects shared step fails with error: string validation failed <PROJECT-ID>_cloudbuild
Expected behavior
4-projects shared step run without error
Observed behavior
step 4-projects shared fails with error:
error: string validation failed <PROJECT-ID>_cloudbuild
with module.infra_pipelines.google_storage_bucket.pipeline_infra["cloudbuild"],
on ../../modules/infra_pipelines/main.tf line 49, in resource "google_storage_bucket" "pipeline_infra":
49: resource "google_storage_bucket" "pipeline_infra" {
TL;DR
4-projects shared step fails with
error: string validation failed <PROJECT-ID>_cloudbuild
Expected behavior
4-projects shared step run without error
Observed behavior
step 4-projects shared fails with error:
Terraform Configuration
Terraform Version
Additional information
there is a fix for this error hashicorp/terraform-provider-google#12248 to enter a new release
A work around is to configure the version on the infra pipeline module to avoid the version with and issue until the fix is in a new release
https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/4-projects/modules/infra_pipelines/versions.tf
The text was updated successfully, but these errors were encountered: