Joao C Costa

Results 183 comments of Joao C Costa

/remove-lifecycle stale Still an issue, a retry backoff should be standard design.

Not to say that re-downloading existing (vs checking their checksum and comparing with desired one) is probably costing terraform (or github) a non-insignificant amount of traffic)! For reference, `terraform providers...

Enabling debug, the following is shown... `Warning: Reconciler returned both a non-zero result and a non-nil error. The result will always be ignored if the error is non-nil and the...

Hi. We are also encountering part of the issue (running apply after apply, the resource always detects changes). We apply via https://github.com/aws-ia/terraform-aws-eks-blueprints-addon inside of several modules. It would be useful...

Hi. Coming from a helm world, where helm diff works very well, and even comparing with the normal plans available on terraform, having 10s and 100s of lines marked as...

One additional possibility would be to accept a `values_hcl` where the conversion is only done at the level of the provider internals... This would prob allow diffs to run as...