Skip to content

Commit

Permalink
chore: fix conditional create of vpc endpoint submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Apr 19, 2021
1 parent 5c6a231 commit 0416cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vpc-endpoints/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
endpoints = var.create ? var.endpoints : {}
endpoints = var.create ? var.endpoints : tomap({})
}

################################################################################
Expand Down

0 comments on commit 0416cec

Please sign in to comment.