Skip to content

Commit

Permalink
Fix example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jan 24, 2025
1 parent 6e22365 commit 0d000ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/administrator/.terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content: |-
Set environment variables with the Meraki Dashboard API key:
```bash
export MERAKI_DASHBOARD_API_KEY=ABC123
export MERAKI_API_KEY=ABC123
```
To run this example you need to execute:
Expand Down
2 changes: 1 addition & 1 deletion examples/administrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Set environment variables with the Meraki Dashboard API key:

```bash
export MERAKI_DASHBOARD_API_KEY=ABC123
export MERAKI_API_KEY=ABC123
```

To run this example you need to execute:
Expand Down

0 comments on commit 0d000ec

Please sign in to comment.