Skip to content

Commit

Permalink
Use correct variable for multiple images (#59)
Browse files Browse the repository at this point in the history
Looks like in [MR-41](#41) we added a broken exapmle for deploying ecr with multiple repos. Also the test does not seem to cover this example. Do we want to test this example?
  • Loading branch information
yariksheptykin authored Aug 14, 2020
1 parent 021d045 commit b248231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiple-repo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ module "ecr" {
stage = "dev"
name = "app"
use_fullname = false
list_image = ["redis", "nginx"]
image_names = ["redis", "nginx"]
}

0 comments on commit b248231

Please sign in to comment.