Atul Sharma
Atul Sharma
@hadi-alnehlawi Also got the same error...Did you get any fix on this?
> Hi @Atul7696 , unfortunately no, I have to comment `tf-validate` step. We are waiting the team feedback. Thanks @hadi-alnehlawi were you able to generate the terraform plan in cloud...
commented line tf_validate "$env_path" "$env" "$policysource" "$component" Failed at gcs bucket Step https://github.com/terraform-google-modules/terraform-example-foundation/pull/1 - "tf plan validate all": Step https://github.com/terraform-google-modules/terraform-example-foundation/pull/1 - "tf plan validate all": This plan was saved to:...
Able to pass the stage by doing below steps 1. COmmented below lines in terraform.tfvars function tf_validate() # gcloud beta terraform vet "${tf_env}.json" --policy-library="${policy_file_path}" --project="${project_id}" || exit 33 1. Providing...
Added below in terraform.tfvars networks_step_terraform_service_account_email = "[email protected]" networks_step_terraform_service_account = "[email protected]" It fixed the network related service account errors. For SCC, enabled the scc at org level. Then it was successful