File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
84
84
- name : Terraform Plan
85
85
working-directory : ${{ matrix.env.tf_working_dir }}
86
- run : terraform plan.tfplan -input=false
86
+ run : terraform plan -input=false -out=plan.tfplan
87
87
88
88
- name : Comment Terraform Plan
89
89
uses : byu-oit/github-action-tf-plan-comment@v1
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ resource "aws_lambda_function" "docker_api" {
306
306
}
307
307
308
308
resource "aws_lambda_alias" "live" {
309
- count = ! local. use_codedeploy ? 1 : 0
309
+ count = ! local. use_codedeploy ? 1 : 0
310
310
name = " live"
311
311
description = " ALB sends traffic to this version"
312
312
function_name = local. use_zip ? aws_lambda_function. zip_api [0 ]. arn : aws_lambda_function. docker_api [0 ]. arn
You can’t perform that action at this time.
0 commit comments