Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmunzer committed Jul 31, 2024
1 parent 8b9a2e7 commit ec45b80
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ go install

## Using the provider

This provider is not yet published in the terraform repository, and must be installed from the build.

<!-- There are two ways to get and use the provider.
There are two ways to get and use the provider.

* Downloading & installing it from registry.terraform.io
* Building it from source
Expand All @@ -39,10 +37,10 @@ terraform {
}
provider "mist" {
host = local.envs["HOST"]
apitoken = local.envs["APITOKEN"]
host = "api.mist.com"
apitoken = "xxxxxxxxxxxxxxxxxxxxxxxxx"
}
``` -->
```

### From build
1. Clone this repository
Expand Down Expand Up @@ -70,8 +68,8 @@ terraform {
}
provider "mist" {
host = local.envs["HOST"]
apitoken = local.envs["APITOKEN"]
host = "api.mist.com"
apitoken = "xxxxxxxxxxxxxxxxxxxxxxxxx"
}
```

Expand Down

0 comments on commit ec45b80

Please sign in to comment.