You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Tested and used against https://github.com/hashicorp/vault official docker image
22
22
23
23
Check [magefile.go](./magefile.go) for up-to-date info what the test suite matrix uses.
24
24
25
-
Also shown at https://medium.com/@syndbg/provisioning-vault-encrypted-secrets-using-terraform-using-sumup-oss-vaulted-and-4aa9721d082c?source=friends_link&sk=9eabe1bbe6ba089fe176d94cf413862d
25
+
Also shown at https://medium.com/@syndbg/provisioning-vault-encrypted-secrets-using-terraform-using-sumup-oss-vaulted-and-4aa9721d082c
26
26
27
27
## Typical Terraform workflow
28
28
@@ -34,6 +34,12 @@ Also shown at https://medium.com/@syndbg/provisioning-vault-encrypted-secrets-us
34
34
35
35
## Installation
36
36
37
+
### 0.12 Terraform and newer
38
+
39
+
Use https://registry.terraform.io/providers/sumup-oss/vaulted/latest
40
+
41
+
### Pre-0.12 Terraform
42
+
37
43
1. Download latest GitHub release locally for your OS and architecture.
0 commit comments