Skip to content

Commit

Permalink
Public subnets is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Aug 25, 2024
1 parent 952c7e0 commit f025f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ variable "vpc_id" {
variable "public_subnets" {
type = list(string)
description = "Public subnets (if set, private subnets are ignored)"
default = []
}

variable "private_subnets" {
Expand Down

0 comments on commit f025f35

Please sign in to comment.