terraform-provider-kubectl
terraform-provider-kubectl copied to clipboard
What is the purpose of yaml_incluster?
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?
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.