crossplane / upjet

A code generation framework and runtime for Crossplane providers
Apache License 2.0
319 stars 89 forks source link

Add support for ECR Creation Template #447

Closed quanlk2511 closed 3 weeks ago

quanlk2511 commented 3 weeks ago

What problem are you facing?

Recently, ECR creation template has passed its preview stage and is now officially supported. Hashicorp Terraform has released resources for this feature as well. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository_creation_template https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-creation-templates.html

How could Upjet help solve your problem?

I would like to have this feature supported by Upjet AWS provider.