File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ if you're using the [fargate-api module](https://github.com/byu-oit/terraform-aw
44
44
# ... postman-test-lambda module
45
45
46
46
module "fargate_api" {
47
- source = "github.com/byu-oit/terraform-aws-fargate-api?ref="
48
- # latest version
47
+ source = "github.com/byu-oit/terraform-aws-fargate-api?ref=" # latest version
49
48
# .. all other variables
50
49
codedeploy_lifecycle_hooks = {
51
50
BeforeInstall = null
@@ -63,8 +62,7 @@ Or if you're using the [lambda-api module](https://github.com/byu-oit/terraform-
63
62
# ... postman-test-lambda module
64
63
65
64
module "lambda_api" {
66
- source = "github.com/byu-oit/terraform-aws-lambda-api?ref="
67
- # latest version
65
+ source = "github.com/byu-oit/terraform-aws-lambda-api?ref=" # latest version
68
66
# .. all other variables
69
67
codedeploy_lifecycle_hooks = {
70
68
BeforeAllowTraffic = module.postman_test_lambda.lambda_function.function_name
You can’t perform that action at this time.
0 commit comments