Skip to content

Commit

Permalink
Correct default HA mode
Browse files Browse the repository at this point in the history
Change-Id: I5d31eecfdebc54886f627a945ab2f84f20941776
  • Loading branch information
ifanhsu committed Jan 15, 2021
1 parent 5bb57df commit 37bace3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions aws/cloudformation/fwb-ha-work-use-exist-vpc.template
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@
},
"FortiWebHAMode": {
"Type": "String",
"Default": "active-active-standard",
"Default": "active-active-high-volume",
"AllowedValues": [
"active-active-high-volume",
"active-active-standard",
"active-passive"
],
"ConstraintDescription": "must chose a HA mode.",
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudformation/fwb-ha-work-use-new-vpc.template
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"FortiWebHAMode": {
"Type": "String",
"Default": "active-active-standard",
"Default": "active-active-high-volume",
"AllowedValues": [
"active-active-high-volume",
"active-passive"
Expand Down

0 comments on commit 37bace3

Please sign in to comment.