Skip to content

Commit

Permalink
updating new test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
haitchison committed Dec 19, 2023
1 parent 061ea90 commit e99b9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit-test/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ output "result_code" {
}

output "security_group_id" {
value = module.module_lambda_vpc_test.security_group_ids
value = module.lambda_function_in_vpc.security_group_ids
}

output "subnet_id" {
value = module.module_lambda_vpc_test.subnet_ids
value = module.lambda_function_in_vpc.subnet_ids
}

0 comments on commit e99b9ef

Please sign in to comment.