-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from YakDriver/fix-env
Fix env
- Loading branch information
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = scratchrelaxtv | |
description = Terraform developer tool to extract variables and generate variables.tf files. | ||
long_description = file: README.md, CHANGELOG.md | ||
long_description_content_type = text/markdown | ||
version = 0.5.0 | ||
version = 0.5.1 | ||
author = YakDriver | ||
author_email = [email protected] | ||
url = https://github.com/YakDriver/scratchrelaxtv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
unset "${!TF_VAR_@}" | ||
TF_VAR_acl=replace | ||
TF_VAR_bucket=replace | ||
TF_VAR_create_2=replace | ||
TF_VAR_create_keystore_bucket=replace | ||
TF_VAR_org_ids=replace | ||
TF_VAR_prefix=replace | ||
TF_VAR_problem_var=replace | ||
TF_VAR_region=replace | ||
TF_VAR_tags=replace | ||
TF_VAR_versioning=replace | ||
export TF_VAR_acl=replace | ||
export TF_VAR_bucket=replace | ||
export TF_VAR_create_2=replace | ||
export TF_VAR_create_keystore_bucket=replace | ||
export TF_VAR_org_ids=replace | ||
export TF_VAR_prefix=replace | ||
export TF_VAR_problem_var=replace | ||
export TF_VAR_region=replace | ||
export TF_VAR_tags=replace | ||
export TF_VAR_versioning=replace |