Skip to content

Commit

Permalink
Update README and example/main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
zboralski committed Mar 16, 2023
1 parent 7e042a8 commit ed7be06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ vault kv get secret/vendor/gandi/username
4. Run terraform apply to apply the desired changes

```hcl
module "gandi_vault_tf" {
source = "github.com/belua/gandi-vault-test"
module "example" {
source = "zboralski/vault/gandi"
api_key_path = "secret/vendor/gandi/username"
domain = "example.com"
Expand Down
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "gandi_vault_tf" {
source = "../"
source = "zboralski/vault/gandi"

api_key_path = "secret/vendor/gandi/username"
domain = "example.com"
Expand Down

0 comments on commit ed7be06

Please sign in to comment.