Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix/pool-update
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Paranoiaque committed Oct 14, 2019
2 parents 2919c3a + 5326f4e commit a9fcdac
Show file tree
Hide file tree
Showing 6 changed files with 512 additions and 28 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: xenial
language: go

go:
- 1.12.x
- 1.13.x

git:
depth: 1
Expand All @@ -13,12 +13,6 @@ install: true
notifications:
email: false

before_script:
- go get github.com/Telmate/proxmox-api-go
- go install github.com/Telmate/proxmox-api-go
- go get github.com/Telmate/terraform-provider-proxmox/cmd/terraform-provider-proxmox
- go get github.com/Telmate/terraform-provider-proxmox/cmd/terraform-provisioner-proxmox

script:
- make
- make install
1 change: 0 additions & 1 deletion examples/lxc_example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ resource "proxmox_lxc" "lxc-test" {
}
hostname = "terraform-new-container"
network {
id = 0
name = "eth0"
bridge = "vmbr0"
ip = "dhcp"
Expand Down
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/Telmate/terraform-provider-proxmox

go 1.13

require (
github.com/Telmate/proxmox-api-go v0.0.0-20191004191441-b316f5294af6
github.com/hashicorp/terraform v0.12.10
)
Loading

0 comments on commit a9fcdac

Please sign in to comment.