Skip to content

Instantly share code, notes, and snippets.

@terley
terley / terraform-ci.yml
Created December 16, 2023 07:39
Github Terraform workflow that both supports security scanning and multiple environments
name: "Terraform"
concurrency:
group: "single"
on:
push:
branches: [main]
pull_request:
branches: [main]