Skip to content

Commit

Permalink
Update README to reflect required TF and current provider version
Browse files Browse the repository at this point in the history
Due to some changes in go-plugin we needed to bump the required TF
version. Also did a vanity update to the provider example to reflect the
latest release.
  • Loading branch information
vancluever committed Aug 23, 2017
1 parent 6813403 commit ccaa380
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 @@ -21,7 +21,7 @@ For general information about Terraform, visit the [official website][3] and the

# Using the Provider

The current version of this provider requires Terraform v0.10.0 or higher to
The current version of this provider requires Terraform v0.10.2 or higher to
run.

Note that you need to run `terraform init` to fetch the provider before
Expand Down Expand Up @@ -49,7 +49,7 @@ The syntax is as follows:

```hcl
provider "vsphere" {
version = "~> 0.1"
version = "~> 0.2"
...
}
```
Expand Down

0 comments on commit ccaa380

Please sign in to comment.