You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ References the variable descriptions below to determine the right configuration.
97
97
| cr\_name | The name of cloud router for BGP routing |`string`|`""`| no |
98
98
| gateway\_name | The name of VPN gateway |`string`|`"test-vpn"`| no |
99
99
| ike\_version | Please enter the IKE version used by this tunnel (default is IKEv2) |`number`|`2`| no |
100
+
| ipsec\_secret\_length | The lnegth the of shared secret for VPN tunnels |`number`|`8`| no |
100
101
| local\_traffic\_selector | Local traffic selector to use when establishing the VPN tunnel with peer VPN gateway.<br>Value should be list of CIDR formatted strings and ranges should be disjoint. |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
101
102
| network | The name of VPC being created |`string`| n/a | yes |
102
103
| peer\_asn | Please enter the ASN of the BGP peer that cloud router will use |`list(string)`| <pre>[<br> "65101"<br>]</pre> | no |
0 commit comments