GoogleCloudPlatform / marketing-analytics-jumpstart

Marketing Analytics Jumpstart consists of an easy, extensible and automated implementation of an end-to-end solution that enables Marketing Technology teams to store, transform, enrich with 1PD and analyze marketing data, and programmatically send predictive events to Google Analytics 4 to support conversion optimization and remarketing campaigns.
Apache License 2.0
119 stars 41 forks source link

Complete destroy raises pipelines bucket error #155

Open chmstimoteo opened 3 months ago

chmstimoteo commented 3 months ago
$> terraform -chdir="${TERRAFORM_RUN_DIR}" destroy

and

terraform.tfvars:

create_prod_environment    = true
deploy_activation    = true
deploy_feature_store = true
deploy_pipelines     = true
deploy_monitoring    = true

Raises: module.pipelines[0].google_storage_bucket.pipelines_bucket: Destroying... [id=maj-uat2-pipelines] ╷ │ Error: Error trying to delete bucket maj-uat2-pipelines containing objects without force_destroy set to true │ │

chmstimoteo commented 3 months ago

This is a known issue, delete the bucket manually to proceed.