diff --git a/README.md b/README.md index a49f8530..0d027deb 100644 --- a/README.md +++ b/README.md @@ -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. - - +``` ### From build 1. Clone this repository @@ -70,8 +68,8 @@ terraform { } provider "mist" { - host = local.envs["HOST"] - apitoken = local.envs["APITOKEN"] + host = "api.mist.com" + apitoken = "xxxxxxxxxxxxxxxxxxxxxxxxx" } ```