Skip to content

Commit

Permalink
Merge pull request #91 from ministryofjustice/bump-example
Browse files Browse the repository at this point in the history
Bump example version
  • Loading branch information
jakemulley authored Jul 27, 2023
2 parents 64ad5be + e999cb8 commit c5f3fbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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=5.3.0"
source = "github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials?ref=6.0.0"

# REQUIRED: Repository configuration
repo_name = var.namespace
Expand Down Expand Up @@ -76,11 +76,11 @@ module "ecr" {
# deletion_protection = false

# Tags (commented out until release)
# business_unit = var.business_unit
# application = var.application
# is_production = var.is_production
business_unit = var.business_unit
application = var.application
is_production = var.is_production
team_name = var.team_name # also used for naming the container repository
namespace = var.namespace # also used for creating a Kubernetes ConfigMap
# environment_name = var.environment
# infrastructure_support = var.infrastructure_support
environment_name = var.environment
infrastructure_support = var.infrastructure_support
}

0 comments on commit c5f3fbf

Please sign in to comment.