Skip to content

Commit

Permalink
docs: adjust example blocks to hcl (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: sheldonhull <[email protected]>
  • Loading branch information
tylerezimmerman and sheldonhull authored Aug 5, 2022
1 parent 7352347 commit 0efda1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ terraform {

To run the example, create a `terraform.tfvars`:

```json
```hcl
dsv_client_id = "a54bc1b6-7dd7-4fb1-a8ba-bbfa81820e40"
dsv_client_secret = "xxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxx-xxxxx"
dsv_tenant = "mytenant"
Expand All @@ -69,7 +69,7 @@ dsv_secret_path = "/path/to/a/test/secret"
```

To run with AWS as auth provider
```json
```hcl
dsv_auth_provider = "aws"
dsv_tenant = "mytenant"
dsv_role_name = "example-role"
Expand Down

0 comments on commit 0efda1e

Please sign in to comment.