We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392d086 commit d7b0ccfCopy full SHA for d7b0ccf
src/nlb.tf
@@ -1,6 +1,6 @@
1
module "nlb" {
2
source = "cloudposse/nlb/aws"
3
- version = "0.12.0"
+ version = "0.18.1"
4
count = var.enable_private_link_nlb ? 1 : 0
5
6
enabled = local.enabled
0 commit comments