Skip to content

Commit 0407742

Browse files
committed
fix output to resolve error that shows up in codepipeline
1 parent 81d25b9 commit 0407742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ output "codedeploy_deployment_group" {
1515
}
1616

1717
output "codedeploy_appspec_json_file" {
18-
value = var.use_codedeploy ? local_file.appspec_json[0].filename : null
18+
value = var.use_codedeploy ? local_file.appspec_json.*.filename : null
1919
}
2020

2121
output "alb" {

0 commit comments

Comments
 (0)