File tree Expand file tree Collapse file tree 4 files changed +208
-99
lines changed
Expand file tree Collapse file tree 4 files changed +208
-99
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This lambda function will tell CodeDeploy if the tests pass or fail.
1414
1515``` hcl
1616module "postman_test_lambda" {
17- source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v5.0.0 "
17+ source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v5.0.2 "
1818 app_name = "simple-example"
1919 postman_collections = [
2020 {
@@ -85,7 +85,7 @@ selecting your collection/environment and clicking on the info icon.
8585
8686``` hcl
8787module "postman_test_lambda" {
88- source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v5.0.0 "
88+ source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v5.0.2 "
8989 app_name = "from-postman-api-example"
9090 postman_collections = [
9191 {
You can’t perform that action at this time.
0 commit comments