We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77fcca commit 7ddc5bdCopy full SHA for 7ddc5bd
examples/docker-image/main.tf
@@ -18,7 +18,7 @@ module "label" {
18
# pipeline. It is only done here for convenience and so that the example can be run locally.
19
module "ecr" {
20
source = "cloudposse/ecr/aws"
21
- version = "0.34.0"
+ version = "0.42.1"
22
name = module.label.id
23
24
context = module.this.context
0 commit comments