cloudposse / terraform-aws-ecr

Terraform Module to manage Docker Container Registries on AWS ECR
https://cloudposse.com/accelerate
Apache License 2.0
185 stars 133 forks source link

fix: Typo in pull-through-access variable #130

Open soar opened 4 months ago

soar commented 4 months ago

what

Fix typo in the principals_pull_through_access variable

- principals_pull_though_access
+ principals_pull_through_access

why

Just making the code a little bit cleaner

references