Skip to content

Commit 69819c1

Browse files
chore(deps): update terraform terraform-aws-modules/ec2-instance/aws to v5
1 parent fcabb11 commit 69819c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nessus-scanner/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "nessus_scanner" {
22
source = "terraform-aws-modules/ec2-instance/aws"
3-
version = "3.3.0"
3+
version = "5.0.0"
44
for_each = toset(var.subnet_ids)
55

66
name = format("%s %s", coalesce(var.nessus_scanner_name, var.name), local.license_type[var.license_type])

0 commit comments

Comments
 (0)