hackforla / incubator

https://github.com/orgs/hackforla/projects/73/views/5
GNU General Public License v2.0
3 stars 14 forks source link

Fix Terraform Plan Action #72

Closed chelseybeck closed 5 months ago

chelseybeck commented 6 months ago

Overview

The Terraform Plan GitHub Action isn't working as expected. Changes that occur inside of the modules directory shoudn't result in a plan happening inside of the environment directory - though we should still validate these changes without running a plan

Because of the way that dflook works to apply plans after generating them, we don't want to run plans in separate directories concurrently in the same PR.

Action Items

Resources/Instructions

Original pr