We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba3182 commit e6bf05dCopy full SHA for e6bf05d
operations/deployment/terraform/modules/aws/ecr/aws_ecr.tf
@@ -83,7 +83,7 @@ resource "aws_ecrpublic_repository_policy" "example" {
83
resource "aws_ecr_registry_policy" "this" {
84
count = var.aws_ecr_registry_policy_input != "" ? 1 : 0
85
86
- policy = jsonenconde(var.aws_ecr_registry_policy_input)
+ policy = jsonencode(var.aws_ecr_registry_policy_input)
87
}
88
89
################################################################################
0 commit comments