This is an example Terraform deployment that runs in a Codefresh pipeline using docker. More details can be found in the documentation page.
- Create a free Codefresh account
- Create a Google cloud account
- Create a Google Service account key
To use Terraform with Codefresh
- Create a new pipeline
- Add you service account json as a variable called
ACCOUNT_JSON_CONTENT
- Add the pipeline content
That's it! Run the pipeline to see it in action.
Enjoy!