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

Commit 0a38700

Browse files
authored
Merge pull request #1 from Ouest-France/tf12
update terraform to v0.12
2 parents e0479c6 + 306d2d9 commit 0a38700

File tree

534 files changed

+379
-108125
lines changed

Some content is hidden

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

534 files changed

+379
-108125
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: go
22
go:
3-
- '1.10'
3+
- '1.12'
4+
env:
5+
- GO111MODULE=on GOPROXY=https://proxy.golang.org
46
deploy:
57
provider: releases
68
api_key:

go.mod

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module github.com/Ouest-France/terraform-provider-phpipam
2+
3+
go 1.12
4+
5+
require (
6+
github.com/Ouest-France/phpipam-sdk-go v0.0.0-20180829134422-31a77e0f2eda
7+
github.com/hashicorp/terraform v0.12.0
8+
github.com/imdario/mergo v0.3.7 // indirect
9+
)

go.sum

Lines changed: 367 additions & 0 deletions
Large diffs are not rendered by default.

vendor/github.com/Ouest-France/phpipam-sdk-go/LICENSE

Lines changed: 0 additions & 13 deletions
This file was deleted.

vendor/github.com/Ouest-France/phpipam-sdk-go/controllers/addresses/addresses.go

Lines changed: 0 additions & 166 deletions
This file was deleted.

vendor/github.com/Ouest-France/phpipam-sdk-go/controllers/sections/sections.go

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)