Skip to content

Commit

Permalink
feat: Updated output variables for public ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
h1manshu98 committed Aug 11, 2023
1 parent bb24148 commit 0a8a8d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _example/private_ecr/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ provider "aws" {
module "private_ecr" {
source = "./../../"

enable_private_ecr = true
name = "private-ecr"
environment = "test"
label_order = ["environment", "name"]
scan_on_push = true
max_image_count = 7
image_tag_mutability = "IMMUTABLE"
encryption_type = "KMS"
enable_private_ecr = true
name = "private-ecr"
environment = "test"
label_order = ["environment", "name"]
scan_on_push = true
max_image_count = 7
image_tag_mutability = "IMMUTABLE"
encryption_type = "KMS"
}

0 comments on commit 0a8a8d0

Please sign in to comment.