Skip to content

Commit

Permalink
bump version and package
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgubler committed Mar 16, 2023
1 parent 2ee17a8 commit 42cf8c0
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 99 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This lambda function will tell CodeDeploy if the tests pass or fail.

```hcl
module "postman_test_lambda" {
source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v5.0.0"
source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v5.0.2"
app_name = "simple-example"
postman_collections = [
{
Expand Down Expand Up @@ -85,7 +85,7 @@ selecting your collection/environment and clicking on the info icon.

```hcl
module "postman_test_lambda" {
source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v5.0.0"
source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v5.0.2"
app_name = "from-postman-api-example"
postman_collections = [
{
Expand Down
Binary file modified lambda/dist/function.zip
Binary file not shown.
Loading

0 comments on commit 42cf8c0

Please sign in to comment.