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 fcabb11 commit c563dbbCopy full SHA for c563dbb
modules/nessus-scanner/main.tf
@@ -1,6 +1,6 @@
1
module "nessus_scanner" {
2
source = "terraform-aws-modules/ec2-instance/aws"
3
- version = "3.3.0"
+ version = "5.6.1"
4
for_each = toset(var.subnet_ids)
5
6
name = format("%s %s", coalesce(var.nessus_scanner_name, var.name), local.license_type[var.license_type])
0 commit comments