Skip to content

Commit

Permalink
[tfenv] upgrade to 0.4.0 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Jun 21, 2019
1 parent d1b3956 commit 422d9f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ docker/build/apk/shell:

help/vendor:
@$(MAKE) --no-print-directory -s -C vendor help

update/%:
rm -f vendor/$(subst update/,,$@)/VERSION
make -C vendor/$(subst update/,,$@) VERSION
make readme
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ terraform-0.12 0.12.2 Terraform is a tool for building, changing,
terraform-docs 0.4.5 Generate docs from terraform modules
terragrunt 0.19.2 Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
terrahelp 0.6.3 Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
tfenv 0.3.0 Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
tfenv 0.4.0 Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
tfmask 0.2.0 Terraform utility to mask select output from `terraform plan` and `terraform apply`
variant 0.28.0 Variant is a Universal CLI tool that works like a task runner
venona 0.20.0 Codefresh runtime-environment agent
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ terraform-0.12 0.12.2 Terraform is a tool for building, changing,
terraform-docs 0.4.5 Generate docs from terraform modules
terragrunt 0.19.2 Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
terrahelp 0.6.3 Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
tfenv 0.3.0 Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
tfenv 0.4.0 Transform environment variables for use with Terraform (e.g. `HOSTNAME` ⇨ `TF_VAR_hostname`)
tfmask 0.2.0 Terraform utility to mask select output from `terraform plan` and `terraform apply`
variant 0.28.0 Variant is a Universal CLI tool that works like a task runner
venona 0.20.0 Codefresh runtime-environment agent
Expand Down
2 changes: 1 addition & 1 deletion vendor/tfenv/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0

0 comments on commit 422d9f6

Please sign in to comment.