Skip to content

Commit 5763f9b

Browse files
authored
Merge pull request #2 from Ouest-France/5.1
Upgrade gofortiadc lib to v0.0.4 with support for fortiadc 5.1 API
2 parents 649e5be + 11333f4 commit 5763f9b

4 files changed

Lines changed: 185 additions & 149 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: go
22
go:
3-
- '1.11'
3+
- "1.12"
44
env:
5-
- GO111MODULE=on
5+
- GO111MODULE=on
66
deploy:
77
provider: releases
88
api_key:
@@ -13,4 +13,4 @@ deploy:
1313
on:
1414
repo: Ouest-France/terraform-provider-fortiadc
1515
branch: master
16-
tags: true
16+
tags: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ resource "fortiadc_loadbalance_content_routing_condition" "mycrcond" {
296296

297297

298298
## Requirements
299-
* FortiADC == 4.8.x
299+
* FortiADC >= 5.1
300300

301301
[1]: https://www.terraform.io
302302
[2]: https://www.fortinet.com/products/application-delivery-controller/fortiadc.html

go.mod

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
module github.com/Ouest-France/terraform-provider-fortiadc
22

3+
go 1.12
4+
35
require (
4-
github.com/Ouest-France/gofortiadc v0.0.3
5-
github.com/apparentlymart/go-cidr v1.0.0 // indirect
6-
github.com/blang/semver v3.5.1+incompatible // indirect
7-
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
8-
github.com/hashicorp/go-getter v0.0.0-20181119194526-bd1edc22f8ea // indirect
9-
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect
10-
github.com/hashicorp/go-plugin v0.0.0-20181030172320-54b6ff97d818 // indirect
11-
github.com/hashicorp/go-uuid v1.0.0 // indirect
12-
github.com/hashicorp/hcl v1.0.0 // indirect
13-
github.com/hashicorp/hcl2 v0.0.0-20181206005933-df9794be1f23 // indirect
14-
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 // indirect
15-
github.com/hashicorp/logutils v1.0.0 // indirect
16-
github.com/hashicorp/terraform v0.11.10
17-
github.com/mitchellh/cli v1.0.0 // indirect
18-
github.com/mitchellh/copystructure v1.0.0 // indirect
19-
github.com/mitchellh/hashstructure v1.0.0 // indirect
20-
github.com/mitchellh/mapstructure v1.1.2 // indirect
21-
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
22-
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc // indirect
6+
github.com/Ouest-France/gofortiadc v0.0.4
7+
github.com/hashicorp/terraform v0.11.13
238
)

0 commit comments

Comments
 (0)