How to Escape Strings in Terraform with a Dollar Sign ($)
The Issue When using Terraform to perform an action, and the input is using a $, you can end up with an output such as the below. │ Error: Invalid character │…
Read guide →97 practical General guides and field notes. Page 4 of 20.

The Issue When using Terraform to perform an action, and the input is using a $, you can end up with an output such as the below. │ Error: Invalid character │…
Read guide →
The Issue Whilst working with a vRA Code Stream CI Task, I needed to build a YAML file in my container, which I would use to provide the values to my CLI Tool…
Read guide →
Whilst creating a pipeline and using CI Tasks to run some CLI tools, I needed to save the outputted files from the container used for the CI Task so I could…
Read guide →
The Issue When working with Postman in an offline mode or not signed in, then choosing to sign in, you lose access to your Collections and Environments you…
Read guide →
The Issue Recently I've started to use Visual Code as my editor on Mac OS X, and using it with my GitHub Repos. It's pretty cool! However I noticed that when I…
Read guide →