Skip to content

Commit 1202d2c

Browse files
chore(deps): update terraform cloudposse/ecr/aws to v0.42.1
1 parent 6ffc950 commit 1202d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker-image/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module "label" {
1818
# pipeline. It is only done here for convenience and so that the example can be run locally.
1919
module "ecr" {
2020
source = "cloudposse/ecr/aws"
21-
version = "0.34.0"
21+
version = "0.42.1"
2222
name = module.label.id
2323

2424
context = module.this.context

0 commit comments

Comments
 (0)