File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8181 tofu_version : ${{ env.tf_version }}
8282
8383 - name : Tofu Format
84- working-directory : iac/app
84+ working-directory : iac
8585 run : tofu fmt -check -recursive
8686
8787 plan :
Original file line number Diff line number Diff line change 11env = " cpy"
22aws_account_id = " 539738229445"
33
4- deploy_test_postman_collection = " ../../.postman/hw-fargate -api.postman_collection.json"
4+ deploy_test_postman_collection = " ../../.postman/hw-lambda -api.postman_collection.json"
55deploy_test_postman_environment = " ../../.postman/cpy-tst.postman_environment.json"
Original file line number Diff line number Diff line change 11env = " dev"
22aws_account_id = " 977306314792"
33
4- deploy_test_postman_collection = " ../../.postman/hw-fargate -api.postman_collection.json"
4+ deploy_test_postman_collection = " ../../.postman/hw-lambda -api.postman_collection.json"
55deploy_test_postman_environment = " ../../.postman/dev-tst.postman_environment.json"
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ module "lambda_api" {
7575 source = " github.com/byu-oit/terraform-aws-lambda-api?ref=v4.0.0"
7676 app_name = " ${ local . name } -${ var . env } "
7777 codedeploy_service_role_arn = module. acs . power_builder_role . arn
78- zip_filename = " ../../../ src/lambda.zip"
78+ zip_filename = " ../../src/lambda.zip"
7979 zip_handler = " index.handler"
8080 zip_runtime = " nodejs22.x"
8181 hosted_zone = module. acs . route53_zone
Original file line number Diff line number Diff line change 11env = " prd"
22aws_account_id = " 539738229445"
33
4- deploy_test_postman_collection = " ../../.postman/hw-fargate -api.postman_collection.json"
4+ deploy_test_postman_collection = " ../../.postman/hw-lambda -api.postman_collection.json"
55deploy_test_postman_environment = " ../../.postman/prd-tst.postman_environment.json"
Original file line number Diff line number Diff line change 11env = " stg"
22aws_account_id = " 977306314792"
33
4- deploy_test_postman_collection = " ../../.postman/hw-fargate -api.postman_collection.json"
4+ deploy_test_postman_collection = " ../../.postman/hw-lambda -api.postman_collection.json"
55deploy_test_postman_environment = " ../../.postman/stg-tst.postman_environment.json"
You can’t perform that action at this time.
0 commit comments