We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f022ddb commit 65420beCopy full SHA for 65420be
terraform-iac/modules/app/main.tf
@@ -199,7 +199,7 @@ EOF
199
# -----------------------------------------------------------------------------
200
201
module "postman_test_lambda" {
202
- source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v5.0.3"
+ source = "github.com/byu-oit/terraform-aws-postman-test-lambda?ref=v6.0.0"
203
app_name = "${var.repo_name}-${var.env}"
204
postman_collections = [
205
{
0 commit comments