hackforla / devops-security

Management of Hack for L.A.'s AWS IAM resources
https://github.com/orgs/hackforla/projects/73/views/4
MIT License
0 stars 12 forks source link

Restructure backend.tf to accomodate local development #17

Closed chelseybeck closed 2 months ago

chelseybeck commented 8 months ago

Overview

There are obstacles to testing local development in personal AWS accounts. One is that the backend state for each account cannot use the same bucket name - requiring users to change the code manually before pushing changes to the repo.

In order to better facilitate local development for users using a personal AWS account, we need to provide a shell for the backend.tf code (instead of hardcoding it) and update the GitHub Action workflows to use a prod.backend.tfvars file.

Action Items

Resources

ale210 commented 2 months ago

all set