Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from Ouest-France/tf12
Browse files Browse the repository at this point in the history
update terraform to v0.12
  • Loading branch information
pablo-ruth authored May 23, 2019
2 parents e0479c6 + 306d2d9 commit 0a38700
Show file tree
Hide file tree
Showing 534 changed files with 379 additions and 108,125 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: go
go:
- '1.10'
- '1.12'
env:
- GO111MODULE=on GOPROXY=https://proxy.golang.org
deploy:
provider: releases
api_key:
Expand Down
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module github.com/Ouest-France/terraform-provider-phpipam

go 1.12

require (
github.com/Ouest-France/phpipam-sdk-go v0.0.0-20180829134422-31a77e0f2eda
github.com/hashicorp/terraform v0.12.0
github.com/imdario/mergo v0.3.7 // indirect
)
367 changes: 367 additions & 0 deletions go.sum

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions vendor/github.com/Ouest-France/phpipam-sdk-go/LICENSE

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0a38700

Please sign in to comment.