Skip to content

Commit 65420be

Browse files
committed
bump postman module
1 parent f022ddb commit 65420be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-iac/modules/app/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ EOF
199199
# -----------------------------------------------------------------------------
200200

201201
module "postman_test_lambda" {
202-
source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v5.0.3"
202+
source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v6.0.0"
203203
app_name = "${var.repo_name}-${var.env}"
204204
postman_collections = [
205205
{

0 commit comments

Comments
 (0)