Skip to content

Commit

Permalink
ECR module updated to v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kobrikx committed Jan 17, 2025
1 parent d00b408 commit c3f8bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecr.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "ecr" {
source = "registry.terraform.io/hazelops/ecr/aws"
version = "~> 1.1"
version = "~> 2.0"

name = local.ecr_repo_name
enabled = var.ecr_repo_create
Expand Down

0 comments on commit c3f8bd4

Please sign in to comment.