File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ module "gateway" {
3030 # Optional inputs #
3131 # ##################
3232
33+ # We recommend a minimum of 3 instances for high availability.
34+ # min_size = 3
35+ # max_size = 10
36+ # desired_capacity = 10
37+
3338 # Deploy a specific version of the Gateway. Generally, we recommend using the latest version.
3439 # firezone_version = "latest"
3540
@@ -39,11 +44,6 @@ module "gateway" {
3944 # Gateways are very lightweight.
4045 # See https://www.firezone.dev/kb/deploy/gateways#sizing-recommendations.
4146 # instance_type = "t3.nano"
42-
43- # We recommend a minimum of 3 instances for high availability.
44- # min_size = 3
45- # max_size = 5
46- # desired_capacity = 3
4747}
4848
4949data "aws_ami_ids" "ubuntu" {
You can’t perform that action at this time.
0 commit comments