-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi,
Needed some urgent help as we've been struggling to make this work on google cloud. I've updated your code to reflect the changes in Google and terraform Google provider. However, I'm seeing these errors below when trying to apply. What other info can i provide to get some help?
I can share the updated code with the tfvars file too if that helps. Would really appreciate some assistance.
7 error(s) occurred:
-
module.europe-west2.module.compute.module.vault_servers.google_compute_instance.vault_server[1]: 1 error(s) occurred:
-
Script exited with non-zero exit status: 1
-
module.europe-west2.module.compute.module.nomad_servers.google_compute_instance.nomad_server[0]: 1 error(s) occurred:
-
Script exited with non-zero exit status: 1
-
module.europe-west2.module.compute.module.utility.google_compute_instance.utility: 1 error(s) occurred:
-
Script exited with non-zero exit status: 1
-
module.europe-west2.module.compute.module.nomad_servers.google_compute_instance.nomad_server[1]: 1 error(s) occurred:
-
Script exited with non-zero exit status: 1
-
module.europe-west2.module.compute.module.consul_servers.null_resource.join_and_prepared_queries: 1 error(s) occurred:
-
Script exited with non-zero exit status: 1
-
module.europe-west2.module.compute.module.vault_servers.google_compute_instance.vault_server[0]: 1 error(s) occurred:
-
Script exited with non-zero exit status: 1
-
module.europe-west2.module.compute.module.nomad_servers.google_compute_instance.nomad_server[2]: 1 error(s) occurred:
-
Script exited with non-zero exit status: 1
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.```