Cloud Posse Reference Architecture 2024-09-25 Erik Osterman (Cloud Posse)08:33:19 PM@RB @Hans D @Jonathan Eunice any of you have an ECR pull thru cache component? Erik Osterman (Cloud Posse)08:33:52 PM@Matt Gowie RB05:41:23 PMI do not, am interested ^ Matt Gowie05:57:30 PMNope. RB06:00:49 PMSeems fairly easyhttps://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_pull_through_cache_ruleresource "aws_ecr_pull_through_cache_rule" "default" { ecr_repository_prefix = var.ecr_repository_prefix upstream_registry_url = var.upstream_registry_url credential_arn = var.credential_arn } 2024-09-26