terraform-aws-ecr icon indicating copy to clipboard operation
terraform-aws-ecr copied to clipboard

Terraform module to create AWS ECR resources πŸ‡ΊπŸ‡¦

Results 2 terraform-aws-ecr issues
Sort by recently updated
recently updated
newest added

## Description The public ecr repo doesn't support lifecycle so the example is wrong, when you terraform apply on the below sample code it will not give you any error...

## Description From unknown for me reason this repo does not work with provider in version 5.60.0. ## Versions Provider ```HCL terraform { required_version = ">= 1.9.0" required_providers { aws...