Skip to content

Commit e6bf05d

Browse files
committed
Typo
1 parent 3ba3182 commit e6bf05d

File tree

1 file changed

+1
-1
lines changed
  • operations/deployment/terraform/modules/aws/ecr

1 file changed

+1
-1
lines changed

operations/deployment/terraform/modules/aws/ecr/aws_ecr.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ resource "aws_ecrpublic_repository_policy" "example" {
8383
resource "aws_ecr_registry_policy" "this" {
8484
count = var.aws_ecr_registry_policy_input != "" ? 1 : 0
8585

86-
policy = jsonenconde(var.aws_ecr_registry_policy_input)
86+
policy = jsonencode(var.aws_ecr_registry_policy_input)
8787
}
8888

8989
################################################################################

0 commit comments

Comments
 (0)