What's Changed
- Fix support for application resource on latest versions of ArgoCD due to breaking changes made to resolve GHSA-2q5c-qw9c-fmvq (#240)
- Fix
inconsistent result after apply
onargocd_repository_credentials
,argocd_cluster
andargocd_repository
(#243) - Fix
inconsistent result after apply
onargocd_project_token
(#245) - Fix implementation of
renew_before
onargocd_project_token
(#245) - Add
renew_after
toargocd_project_token
to enable automatic token rotation for tokens older than a given time period (#245)
Changelog
- b9e97db Bug fixes to
argocd_project_token
+ addition ofrenew_after
(#245) - d291579 Enable
golangci-lint
(#241) - 04175c6 Fix error
inconsistent result after apply
onargocd_repository_credentials
(#243) - b211553 Add all resources to
local-dev
Terraform code (#244) - 1d82878 Fix support for application resource on latest versions of ArgoCD (#240)