Hi,
I’m trying to import my account.json for a GCP service account as a shared secret. Is the right way to do this via shared secret under my account? I’m trying to use this service account in Terraform.
How do I get about accessing this from my pipeline? I found an example but it doesn’t seem to work when I run the following command.
- echo $TEST > account.json
Here’s the example I’m trying to follow.