Skip to content

Commit 7e75149

Browse files
tripledesMalloZup
authored andcommitted
Update to terraform 0.12.0
* Update go.mod to pull terraform v0.12.0 * Update sums accordingly * Examples split on v0.11 and v0.12 directories * Use terraform 0.12upgrade to convert examples from old syntax * Add terraform version requirement for all new examples * Update terraform version in travis * Update vendor directory
1 parent 9d80209 commit 7e75149

File tree

1,052 files changed

+184111
-26440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,052 files changed

+184111
-26440
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git:
1010
go_import_path: github.com/dmacvicar/terraform-provider-libvirt
1111
install: true
1212
before_script:
13-
- curl -sLo /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.11.10/terraform_0.11.10_linux_amd64.zip
13+
- curl -sLo /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.12.0/terraform_0.12.0_linux_amd64.zip
1414
- sudo unzip /tmp/terraform.zip -d /usr/local/bin
1515
addons:
1616
apt:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)