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

generator improvements: core examples for plugin=none. creates simple random_pet #181

Merged
merged 1 commit into from
Dec 30, 2021

Conversation

tongueroo
Copy link
Contributor

@tongueroo tongueroo commented Dec 30, 2021

This is a 🐞 bug fix.
This is a πŸ™‹β€β™‚οΈ feature or enhancement.
This is a 🧐 documentation change.

  • 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

Fixes and improve generator so that terraspace new project infra --plugin none --examples option works right off the bat. This brings in non-cloud provider support as a 1st class citizen.

Also:

  • cody project for plugin=none
  • fix builds
  • codebuild: use tfenv to install terraform
  • autodetect plugin improvements
  • add Terraspace.check_project for rspec-terraspace
  • allow terraspace build to work when aws creds not properly setup. nil.to_s

Context

How to Test

terraspace new project infra --plugin none --examples
cd infra
terraspace new test demo --type stack
cd app/stacks/demo
terraspace test

See: https://github.com/boltops-tools/terraspace/blob/master/.cody/none/bin/build.sh

Version Changes

Minor

… random_pet

* cody project for plugin=none
* fix builds
* codebuild: use tfenv to install terraform
* autodetect plugin improvements
* add Terraspace.check_project for rspec-terraspace
* allow terraspace build to work when aws creds not properly setup.
  nil.to_s
@tongueroo tongueroo merged commit b87c5dd into master Dec 30, 2021
@tongueroo tongueroo deleted the generator-none-plugin branch December 30, 2021 01:25
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