terraform-aws-eks
terraform-aws-eks copied to clipboard
Configure public.ecr.aws password in provider
Description
This PR prevents helm_release.karpenter from being upgraded each time of terraform apply even when the main.tf is unchanged
Motivation and Context
Currently data.aws_ecrpublic_authorization_token can invalidate helm_release.karpenter even when the main.tf is unchanged
Breaking Changes
N/A
How Has This Been Tested?
- [x] I have updated at least one of the
examples/*to demonstrate and validate my change(s) - [x] I have tested and validated these changes using one or more of the provided
examples/*projects
- [ ] I have executed
pre-commit run -aon my pull request