diff --git a/README.md b/README.md index 810110c9..ec06a05b 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Available targets: | [alb\_ingress](#module\_alb\_ingress) | cloudposse/alb-ingress/aws | 0.25.1 | | [alb\_target\_group\_cloudwatch\_sns\_alarms](#module\_alb\_target\_group\_cloudwatch\_sns\_alarms) | cloudposse/alb-target-group-cloudwatch-sns-alarms/aws | 0.17.0 | | [container\_definition](#module\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.58.1 | -| [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.34.0 | +| [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.41.0 | | [ecs\_alb\_service\_task](#module\_ecs\_alb\_service\_task) | cloudposse/ecs-alb-service-task/aws | 0.64.1 | | [ecs\_cloudwatch\_autoscaling](#module\_ecs\_cloudwatch\_autoscaling) | cloudposse/ecs-cloudwatch-autoscaling/aws | 0.7.3 | | [ecs\_cloudwatch\_sns\_alarms](#module\_ecs\_cloudwatch\_sns\_alarms) | cloudposse/ecs-cloudwatch-sns-alarms/aws | 0.12.2 | diff --git a/docs/terraform.md b/docs/terraform.md index 4866bd6a..d5a234bb 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -19,7 +19,7 @@ | [alb\_ingress](#module\_alb\_ingress) | cloudposse/alb-ingress/aws | 0.25.1 | | [alb\_target\_group\_cloudwatch\_sns\_alarms](#module\_alb\_target\_group\_cloudwatch\_sns\_alarms) | cloudposse/alb-target-group-cloudwatch-sns-alarms/aws | 0.17.0 | | [container\_definition](#module\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.58.1 | -| [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.34.0 | +| [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.41.0 | | [ecs\_alb\_service\_task](#module\_ecs\_alb\_service\_task) | cloudposse/ecs-alb-service-task/aws | 0.64.1 | | [ecs\_cloudwatch\_autoscaling](#module\_ecs\_cloudwatch\_autoscaling) | cloudposse/ecs-cloudwatch-autoscaling/aws | 0.7.3 | | [ecs\_cloudwatch\_sns\_alarms](#module\_ecs\_cloudwatch\_sns\_alarms) | cloudposse/ecs-cloudwatch-sns-alarms/aws | 0.12.2 | diff --git a/main.tf b/main.tf index af8a44e3..9715d574 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ data "aws_region" "current" {} module "ecr" { source = "cloudposse/ecr/aws" - version = "0.34.0" + version = "0.41.0" enabled = module.this.enabled && (var.ecr_enabled || var.codepipeline_enabled) attributes = ["ecr"]