File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ Change line format:
5353
5454## Unreleased (master)
5555
56+ ## v0.2.0
57+
5658### Added
5759
5860* Testing against Vault ` 1.1.1 ` ; Ref: https://github.com/sumup-oss/terraform-provider-vaulted/pull/1
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ Also shown at https://medium.com/@syndbg/provisioning-vault-encrypted-secrets-us
4141E.g installation on a Linux AMD64 host
4242
4343```
44- # Assuming we already downloaded the binary at ~/Downloads/terraform-provider-vaulted_v0.1 .0_linux_amd64
44+ # Assuming we already downloaded the binary at ~/Downloads/terraform-provider-vaulted_v0.2 .0_linux_amd64
4545> mkdir -p ~/.terraform.d/plugins/linux_amd64
46- > mv ~/Downloads/terraform-provider-vaulted_v0.1 .0_linux_amd64 ~/.terraform.d/plugins/linux_amd64/terraform-provider-vaulted
46+ > mv ~/Downloads/terraform-provider-vaulted_v0.2 .0_linux_amd64 ~/.terraform.d/plugins/linux_amd64/terraform-provider-vaulted
4747```
4848
4949And we're ready to use it!
You can’t perform that action at this time.
0 commit comments