Skip to content

Commit

Permalink
fix: use cyrilgdn/vault provider (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: vthiery <vjmthiery@gmail.com>
  • Loading branch information
Cyril Gaudin and vthiery authored Oct 20, 2021
1 parent f973d9a commit b1cd3cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
terraform {
required_providers {
vault = {
source = "cyrilgdn/vault"
}
}
}

0 comments on commit b1cd3cb

Please sign in to comment.