ScaleSec/terraform_aws_scp

Add GitHub Action to perform `terraform plan`

jdyke opened this issue · 0 comments

jdyke commented

We should add a CI step to run terraform plan to make sure the PR code can be deployed properly.

This would consist of 3 runs with 3 steps each

  • terraform init
  • terraform fmt
  • terraform plan

in different working directories

working-directory: hipaa_scp
working-directory: pci_scp
working-directory: security_controls_scp