buildkite / templates

Buildkite pipeline templates
https://buildkite.com/pipelines/templates
MIT License
2 stars 1 forks source link

Add AWS Terraform template #46

Closed clbarrell closed 7 months ago

clbarrell commented 9 months ago

This PR drops in a CI template for applying AWS changes using Terraform.

It's mostly based on the workflow outlined in https://developer.hashicorp.com/terraform/tutorials/automation/automate-terraform

Another template could also be generalised down to terraform (minus AWS) if we wanted to removed OIDC part, which I think seems reasonable.

Here's an example:

Screenshot 2024-02-05 at 10 21 07 am
clbarrell commented 9 months ago

Realised I already had made this one: https://github.com/buildkite/templates/pull/23