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 │ │ on main.tf line 104, in resource "vra_blueprint" "this": │ 104: network:…
Read guide →