File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : go
22go :
3- - ' 1.11 '
3+ - " 1.12 "
44env :
5- - GO111MODULE=on
5+ - GO111MODULE=on
66deploy :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11module github.com/Ouest-France/terraform-provider-fortiadc
22
3+ go 1.12
4+
35require (
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)
You can’t perform that action at this time.
0 commit comments