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

Change asset_dir variable from required to optional #163

Merged
merged 1 commit into from
Dec 5, 2019

Conversation

dghubble
Copy link
Member

@dghubble dghubble commented Dec 5, 2019

  • asset_dir is an absolute path to a directory where generated assets from terraform-render-bootstrap are written (sensitive)
  • Change asset_dir to default to "" so no assets are written (favor Terraform output mechanisms). Previously, asset_dir was required so all users set some path. To take advantage of the new optionality, remove asset_dir or set it to ""

* `asset_dir` is an absolute path to a directory where generated
assets from terraform-render-bootstrap are written (sensitive)
* Change `asset_dir` to default to "" so no assets are written
(favor Terraform output mechanisms). Previously, asset_dir was
required so all users set some path. To take advantage of the
new optionality, remove asset_dir or set it to ""
@dghubble dghubble merged commit 4d7484f into master Dec 5, 2019
@dghubble dghubble deleted the asset-dir-optional branch December 5, 2019 09:19
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