Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use underscores in Terraform file names instead of dashes #152

Closed
wants to merge 3 commits into from

Conversation

daphnegold
Copy link
Contributor

@daphnegold daphnegold commented Jan 9, 2025

Ticket

Resolves #739

Changes

  • Swapped dashes for underscores in the 2 remaining files that were inconsistent
  • Added info to style guide

Testing

find . -type f -name '*.tf' | awk -F/ '{print $NF}' | grep -- '-'

Preview environment

♻️ Environment destroyed ♻️

daphnegold added a commit to navapbc/template-infra that referenced this pull request Jan 9, 2025
## Ticket

Resolves #739 

## Changes

- Swapped dashes for underscores in the 2 remaining files that were
inconsistent
- Added info to style guide

## Testing

`find . -type f -name '*.tf' | awk -F/ '{print $NF}' | grep -- '-'`

[Platform Test PR](navapbc/platform-test#152)

<!-- app - begin PR environment info -->
## Preview environment for app
- Service endpoint:
http://p-152-app-dev-936383488.us-east-1.elb.amazonaws.com
- Deployed commit: dd08a9353c1d11202e5222d52c3c44e8042de11e
<!-- app - end PR environment info -->
@lorenyu
Copy link
Collaborator

lorenyu commented Jan 22, 2025

Done in navapbc/template-infra#828

(@daphnegold fyi once we merge the template-infra PR we can close out the platform-test PR with a comment and then delete the branch. Closing the PR will also cause the PR environment to be cleaned up)

@lorenyu lorenyu closed this Jan 22, 2025
@lorenyu lorenyu deleted the daphnegold/739-underscores branch January 22, 2025 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants