Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 93e2ff0

Browse files
authored
Bump terraform-aws-ecr version to 0.2.4 (#23)
1 parent 7d5d843 commit 93e2ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module "elastic_beanstalk_environment" {
6363

6464
# Elastic Container Registry Docker Repository
6565
module "ecr" {
66-
source = "git::https://github.com/cloudposse/terraform-aws-ecr.git?ref=tags/0.2.3"
66+
source = "git::https://github.com/cloudposse/terraform-aws-ecr.git?ref=tags/0.2.4"
6767
namespace = "${var.namespace}"
6868
name = "${var.name}"
6969
stage = "${var.stage}"

0 commit comments

Comments
 (0)