Skip to content

Commit

Permalink
Merge pull request #103 from ministryofjustice/ecr-example-01
Browse files Browse the repository at this point in the history
Update example to use the latest release
  • Loading branch information
poornima-krishnasamy authored Feb 27, 2024
2 parents 0386403 + 4a5633d commit 0b52bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
*/
module "ecr" {
source = "github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials?ref=tf-validation"
source = "github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials?ref=6.1.1"

# Repository configuration
repo_name = var.namespace
Expand All @@ -22,4 +22,4 @@ module "ecr" {
namespace = var.namespace # also used for creating a Kubernetes ConfigMap
environment_name = var.environment
infrastructure_support = var.infrastructure_support
}
}

0 comments on commit 0b52bb9

Please sign in to comment.