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

Camelcase #91

Merged
merged 2 commits into from
Mar 12, 2021
Merged

Camelcase #91

merged 2 commits into from
Mar 12, 2021

Conversation

tongueroo
Copy link
Contributor

  • I've added tests (if it's a bug, feature or enhancement)
  • I've adjusted the documentation (if it's a feature or enhancement)
  • The test suite passes (run bundle exec rspec to verify this)

Summary

Allow stack names to have dashes in addition to underscore

Context

https://community.boltops.com/t/wrong-constant-name-nameerror-for-helper-and-stack-name-with-hyphens/650/2

How to Test

terraspace new project testcase1
cd testcase1
terraspace new stack app-case1
terraspace new helper app-case1 --type stack --name module_versions
terraspace build

Note you still have to and should name modules with underscore. Good: module_versions Bad: module-versions

Version Changes

Patch

@tongueroo tongueroo merged commit 82233a2 into master Mar 12, 2021
@tongueroo tongueroo deleted the camelcase branch March 12, 2021 22:34
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.

1 participant