Skip to content

Commit 42cf8c0

Browse files
committed
bump version and package
1 parent 2ee17a8 commit 42cf8c0

File tree

4 files changed

+208
-99
lines changed

4 files changed

+208
-99
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This lambda function will tell CodeDeploy if the tests pass or fail.
1414

1515
```hcl
1616
module "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
8787
module "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
{

lambda/dist/function.zip

8.76 KB
Binary file not shown.

0 commit comments

Comments
 (0)