Skip to content

Commit 3df09e7

Browse files
committed
Fix comment order
1 parent 7dc271f commit 3df09e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/nat-gateway/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

4949
data "aws_ami_ids" "ubuntu" {

0 commit comments

Comments
 (0)