Skip to content

Commit

Permalink
Build against Terraform v0.11.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Mar 15, 2018
1 parent 47de349 commit c7f96ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ go:

branches:
only:
- master
- /^development\/v.*$/
- /^release\/v.*$/

install:
- go get golang.org/x/crypto/pkcs12
- go get github.com/pkg/errors
- go get github.com/hashicorp/terraform
- pushd $GOPATH/src/github.com/hashicorp/terraform
- git checkout v0.11.1
- git checkout v0.11.4
- popd

deploy:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ And the following data-source types are supported:

For more information, see the [provider documentation](docs/).

## Prerequisites

Requires Terraform v0.8.x or newer (currently built against Terraform v0.11.x).

## Installing the provider

Download the [latest release](https://github.com/DimensionDataResearch/dd-cloud-compute-terraform/releases/latest) and place the provider executable in the same directory as the main Terraform executable.
Expand Down

0 comments on commit c7f96ae

Please sign in to comment.