Skip to content

Commit

Permalink
add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Nov 29, 2023
1 parent 48df51c commit 01e2451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module "ec2_test_instance" {
ebs_volume_config = lookup(each.value, "ebs_volume_config", {})
ebs_volumes = lookup(each.value, "ebs_volumes", {})
ebs_volume_tags = lookup(each.value, "ebs_volume_tags", {})
secretsmanager_secrets_prefix = lookup(each.value, "secretsmanager_secrets_prefix", "test/")
secretsmanager_secrets = lookup(each.value, "secretsmanager_secrets", null)
ssm_parameters_prefix = lookup(each.value, "ssm_parameters_prefix", "test/")
ssm_parameters = lookup(each.value, "ssm_parameters", null)
route53_records = merge(local.ec2_test.route53_records, lookup(each.value, "route53_records", {}))
Expand Down

0 comments on commit 01e2451

Please sign in to comment.