Hi,
I am missing a troubleshooting guide for newcomers to the world of Terraform and ansible. Here is what I learned so far:
- if you get an error message, you either have to change your deploy-vars.yml file or your deployment media bucket. PLUS
- you may resolve an error by a cleanup run, e.g. ./ansible-wrapper ./stacks/NetWeaver-Distributed/playbook.yml --extra-vars '@./stacks/NetWeaver-Distributed/vars/deploy-vars.yml' -e state=absent
- you may have to clean up the sap_tf_state_bucket
- finally you may want to remove the VMs to re-create them
- and "really-finally" you may want to start anew with a fresh project and a fresh sap_tf_state_bucket with Cloud NAT being on, firewall rules well set, right service account and organization policies
Hi,
I am missing a troubleshooting guide for newcomers to the world of Terraform and ansible. Here is what I learned so far: