gavinbunney / terraform-provider-kubectl

Terraform provider to handle raw kubernetes manifest yaml files
https://registry.terraform.io/providers/gavinbunney/kubectl
Mozilla Public License 2.0
609 stars 102 forks source link

fix: Provider produced inconsistent final plan kubectl_manifest #252

Open uanid opened 1 year ago

uanid commented 1 year ago

Hello all.

Terraform apply fails, if the kubectl_manifest property has a string interpolate expression.

More details on this error can be found in issue #162.

This PR fixes the issue by add schema.StateUpgrader to kubectl_manifest resource.