Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/ec2-instance/aws …
Browse files Browse the repository at this point in the history
…to v5
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent fcabb11 commit 33e0956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nessus-scanner/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "nessus_scanner" {
source = "terraform-aws-modules/ec2-instance/aws"
version = "3.3.0"
version = "5.3.1"
for_each = toset(var.subnet_ids)

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

0 comments on commit 33e0956

Please sign in to comment.