GCP collector module timeout issue
Hi Snowplow Community,
We have been trying to deploy snowplow pipeline in GCP using the terraform with quick-start examples in github. But while deploying we are seeing that terraform apply is being timed out with error.
module.collector_pubsub.module.service.google_compute_region_instance_group_manager.grp: Still creating...
We tried checking the cloud logging and we found the below error
Script start-up failed with error 126
We have used ssh_ip_allow_list = ["0.0.0.0/0"] .. Now we are stuck in deploying the pipeline. Kindly help us out
i am attaching few screenshots of the issue
Hi Josh Beemster,
we are using latest version on snowplow and deploying in default env
The below are the terraform.tfvars settings
I am sharing the screen shots of logs of script






Hey Aditya Vardhan Reddy thanks for those details - the error "/bin/bash^M" normally shows up when there is a conflict between Windows and Unix systems (the Community Edition was 100% developed on Unix).
We have had this show up before and using `dos2unix` seemed to resolve the issue - could you confirm if:
1. You are running this from Windows?
2. If you can try to resolve this either by running from a Unix system or using `dos2unix` to fix line endings?
Hey Aditya Vardhan Reddy this error means that the script never managed to execute correctly - can you share the logs from the actual script by any chance? That will tell us _why_ the script failed which will hopefully help us solve the problem.
For extra context for me could you also share:
1. The version of community edition that you are using
2. Whether you are using the public or private network setup
3. The settings you have put in to your `terraform.tfvars` file (please remove any secrets!)