Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Terraform workflow to use GitHub Actions setup and cache (#22)
* Refactor Terraform workflow to use GitHub Actions setup and cache This commit refactors the Terraform workflow to use the GitHub Actions setup and cache. It removes the unnecessary steps for checking out the repository and blowing up the .terraform directory. It also adds the setup for AWS and GitHub credentials. The Terraform init and plan steps are now using the CSVD/terraform-init and CSVD/terraform-plan actions, respectively, with specific versions and workspace configurations. * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml * Update terraform_plan.yaml --------- Co-authored-by: David John Arnold Jr <david.j.arnold.jr@census.gov>
- Loading branch information