Skip to content

Commit

Permalink
Fix vpnipsec_phase1interface bug
Browse files Browse the repository at this point in the history
  • Loading branch information
frankshen01 committed Sep 1, 2020
1 parent 3870f22 commit e477b53
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 1.6.0 (Unreleased)


## 1.5.3 (Sep 2, 2020)

BUG FIXES:

* Fix fortios_vpnipsec_phase1interfaceas bugs

## 1.5.2 (Sep 2, 2020)

IMPROVEMENTS:
Expand Down
3 changes: 2 additions & 1 deletion fortios/resource_vpnipsec_phase1interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ func resourceVpnIpsecPhase1Interface() *schema.Resource {
},
"remote_gw": &schema.Schema{
Type: schema.TypeString,
Required: true,
Optional: true,
Computed: true,
},
"remote_gw6": &schema.Schema{
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/fortios_ftpproxy_explicit.html.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subcategory: "FortiGate Ftp-Proxy"
subcategory: "FortiGate FTP-Proxy"
layout: "fortios"
page_title: "FortiOS: fortios_ftpproxy_explicit"
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The following arguments are supported:
* `ike_version` - IKE protocol version.
* `local_gw` - IPv4 address of the local gateway's external interface.
* `local_gw6` - IPv6 address of the local gateway's external interface.
* `remote_gw` - (Required) IPv4 address of the remote gateway's external interface.
* `remote_gw` - IPv4 address of the remote gateway's external interface.
* `remote_gw6` - IPv6 address of the remote gateway's external interface.
* `remotegw_ddns` - Domain name of remote gateway (eg. name.DDNS.com).
* `keylife` - Time to wait in seconds before phase 1 encryption key expires.
Expand Down

0 comments on commit e477b53

Please sign in to comment.