Skip to content

Commit ddfa4d1

Browse files
authored
Merge pull request #4 from Ouest-France/tf12
Update Terraform to 0.12
2 parents b16e927 + ce89588 commit ddfa4d1

3 files changed

Lines changed: 324 additions & 145 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: go
22
go:
33
- "1.12"
44
env:
5-
- GO111MODULE=on
5+
- GO111MODULE=on GOPROXY=https://proxy.golang.org
66
deploy:
77
provider: releases
88
api_key:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.12
44

55
require (
66
github.com/Ouest-France/gofortiadc v0.0.6
7-
github.com/hashicorp/terraform v0.11.13
7+
github.com/hashicorp/terraform v0.12.0
88
)

0 commit comments

Comments
 (0)