Ian Hill
Ian Hill
This is implemented with github commits [here](79a031afc8a877b92ba41df248e8165216c6ceac) and [here](f9a0163e11f16d0ad5fceb9ef0a75f2d7b8336e4) . We will fully test after the bitops plugins implementation.
Weird, I will fix it.
Ops repo examples: Azure: https://github.com/bitovi/bitops/tree/plugins/docs/examples/terraform-and-azure GCP: https://github.com/bitovi/bitops/tree/plugins/docs/examples/terraform-and-gcp
I have renamed the scripts to gcp-deploy.sh, azure-deploy.sh. The installation of the selected cloud tool is now happening [here](https://github.com/bitovi/bitops/blob/plugins/scripts/setup/install_tools.sh#L60-L84). In the terraform deployment script, you could do something like this:...
PR here: https://github.com/bitovi/bitops/pull/64