terraform-provider-kubectl icon indicating copy to clipboard operation
terraform-provider-kubectl copied to clipboard

What is the purpose of yaml_incluster?

Open kahirokunn opened this issue 3 years ago • 1 comments

What purpose of yaml_incluster?

I often got diffs in yaml_incluster during terraform plan.
Is it ok to ignore that with the ignore_changes to check the diffs?

kahirokunn avatar Feb 17 '22 04:02 kahirokunn

https://github.com/gavinbunney/terraform-provider-kubectl/issues/92 mentions it should be mostly fix.

https://github.com/fluxcd/terraform-provider-flux/pull/283 suggests using ignore_fields to ignore status and metadata. I haven't had to do that for a while, but have been seeing some weird issues with image-reflector-controller recently.

wyardley avatar Apr 22 '22 05:04 wyardley