Skip to content

Commit 8399dc2

Browse files
committed
fix readme
1 parent 5bad769 commit 8399dc2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ if you're using the [fargate-api module](https://github.com/byu-oit/terraform-aw
4444
# ... postman-test-lambda module
4545
4646
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
4948
# .. all other variables
5049
codedeploy_lifecycle_hooks = {
5150
BeforeInstall = null
@@ -63,8 +62,7 @@ Or if you're using the [lambda-api module](https://github.com/byu-oit/terraform-
6362
# ... postman-test-lambda module
6463
6564
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
6866
# .. all other variables
6967
codedeploy_lifecycle_hooks = {
7068
BeforeAllowTraffic = module.postman_test_lambda.lambda_function.function_name

0 commit comments

Comments
 (0)