Skip to content
Snippets Groups Projects
Commit 911f2486 authored by nimrod's avatar nimrod
Browse files

Lower the number of availability zones used.

I don't care all that much about HA in this setup and I do wish to save
a few bucks when I can, but I do need to AZs in some cases so 2 AZs is
to the way to go.
parent 9634c069
No related branches found
No related tags found
No related merge requests found
Pipeline #2791 passed
......@@ -66,7 +66,7 @@ output "internet_gateway_name" {
}
variable "subnet_count" {
default = 3
default = 2
description = "Number of each private and public subnets."
type = number
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment