We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fe186 commit 563ee74Copy full SHA for 563ee74
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