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
Error: Error waiting to update Environment: Error waiting for Updating newly created Environment: Error code 3, message: Errors in: [Web server]; Error messages:
Failed to deploy the Airflow web server. This might be a temporary issue. You can retry the operation later.
If the issue persists, it might be caused by problems with permissions or network configuration. For more information, see https://cloud.google.com/composer/docs/troubleshooting-environment-creation
App Engine Flexible validation error: User label prefix 'goog-' is reserved and cannot be used: goog-terraform-provisioned
with google_composer_environment.test,
Version 6.0.0 introduced the goog-terraform-provisioned attribution label, which is added automatically to all Terraform-provisioned resources. This is causing problems with the google_composer_environment resource.
Yes, if they're rejecting any label with the goog- prefix as that must be coming from within their API implementation. IIRC there was another service that was doing the same and we disabled for that service - @c2thorn was the person who'd remember better than me.
Yes, if they're rejecting any label with the goog- prefix as that must be coming from within their API implementation. IIRC there was another service that was doing the same and we disabled for that service - @c2thorn was the person who'd remember better than me.
Impacted tests
Affected Resource(s)
Failure rates
Message(s)
Version 6.0.0 introduced the
goog-terraform-provisioned
attribution label, which is added automatically to all Terraform-provisioned resources. This is causing problems with the google_composer_environment resource.Nightly build test history
https://hashicorp.teamcity.com/test/-3074006311885699769?currentProjectId=TerraformProviders_GoogleCloud_GOOGLE_NIGHTLYTESTS
b/378146943
The text was updated successfully, but these errors were encountered: