Skip to content

Commit

Permalink
update provider documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmunzer committed Jul 30, 2024
1 parent 198908a commit eba0ae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ terraform {
}
provider "mist" {
host = local.envs["HOST"]
apitoken = local.envs["APITOKEN"]
host = "api.mist.com"
apitoken = "xxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
```

Expand Down
4 changes: 2 additions & 2 deletions examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ terraform {
}

provider "mist" {
host = local.envs["HOST"]
apitoken = local.envs["APITOKEN"]
host = "api.mist.com"
apitoken = "xxxxxxxxxxxxxxxxxxxxxxxxxxx"
}

0 comments on commit eba0ae2

Please sign in to comment.