Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/docker-image/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "label" {
# pipeline. It is only done here for convenience and so that the example can be run locally.
module "ecr" {
source = "cloudposse/ecr/aws"
version = "0.34.0"
version = "1.0.0"
name = module.label.id

context = module.this.context
Expand Down