When you are trying to add the contents of the Google Cloud credentials json file as a variable in Terraform Cloud you get the error that it cannot contain new lines. In this case you have to use the jq -c option as in:
cat credentials.json | jq -c
When you are trying to add the contents of the Google Cloud credentials json file as a variable in Terraform Cloud you get the error that it cannot contain new lines. In this case you have to use the jq -c option as in:
cat credentials.json | jq -c
If you would like to add the EHLO to the smtp url used in curl you will have to add it at the end of the url (test.example.com), like this:
--url "smtp:/smtp-relay.gmail.com:587/test.example.com"
If you would like to split a large zip file with 7zip, in 1GB files for example, you can use the following
7z -v1g a documents_multipart.7z dir/