[Race condition] artifactregistry.googleapis.com
and compute.googleapis.com
APIs do not finish initialization before GCP resource provisioning becomes
#107
Labels
bug
Something isn't working
Problem: A race condition is causing
terraform apply
to fail on fresh GCP projects. Theartifactregistry.googleapis.com
andcompute.googleapis.com
APIs do not finish initialization before Terraform attempts to provision additional GCP resource, which results in several 403 errors.Fix: Directly leverage the Enable APIs GCP terraform module and
depends_on
statements to ensure that Terraform only attempts to provisions GCP resources once these resources can successfully be processedErrors
The text was updated successfully, but these errors were encountered: