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

Allowed for more compacted options with output resources #253

Merged
merged 4 commits into from Nov 9, 2019

Conversation

meshuga
Copy link
Contributor

@meshuga meshuga commented Oct 21, 2019

This PR simplifies the output resource structure. It's possible to:

  1. Provide output path without {service} part, so that all resources will be saved in one directory
  2. Provide --compact option which allows for saving all of providers resources under resources.tf file

If a user invokes terraformer with parameters --path-pattern={output}/{provider}/ --compact=true, all generated resources will be saved in resources.tf file in a provider's output directory.

This PR partially solves #242 - at least just one backend configuration to add.
It also organizes arguments across providers.

@sergeylanzman sergeylanzman merged commit 00c7503 into GoogleCloudPlatform:master Nov 9, 2019
@meshuga meshuga deleted the compact branch December 20, 2019 02:14
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.

None yet

2 participants