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 b9923cf commit 343a3ceCopy full SHA for 343a3ce
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.41.1"
22
name = module.label.id
23
24
context = module.this.context
0 commit comments