Write GitHub Actions for running Terraform stages #30
Labels
feature: missing
role: security engineer
role: site reliability engineer
size: 2pt
Can be done in 7-12 hours
Dependencies
Overview
In order to manage IAM resources as code using Terraform, we will need the ability to run a plan on PR creation and an apply when the PR is merged into main.
@dflook created some pretty great GitHub Actions that work well with this workflow. We could follow this established pattern
Action Items
Create a GitHub Action (GHA)
terraform-plan.yaml
for the Terraform plan workflowCreate a GHA
terraform-apply.yaml
for the Terraform apply workflowResources/Instructions
DevOps Security code repository | PM a CoP lead in Slack if you don't already have access.
dflook GitHub Actions
@Tyson-miller wrote a GitHub Action for running Terraform plan on incubator projects...though our needs are simpler
The text was updated successfully, but these errors were encountered: