You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubectl_manifest gives error when we update the yaml file during terraform apply
When expanding the plan for module.aks_base_config.kubectl_manifest.store_azure_info[0] to include new values learned so far during apply, provider "registry.terraform.io/gavinbunney/kubectl" produced an invalid new value for .yaml_body_parsed: was cty.StringVal(.... This is a bug in the provider, which should be reported in the provider's own issue tracker.
kubectl_manifest gives error when we update the yaml file during terraform apply
When expanding the plan for module.aks_base_config.kubectl_manifest.store_azure_info[0] to include new values learned so far during apply, provider "registry.terraform.io/gavinbunney/kubectl" produced an invalid new value for .yaml_body_parsed: was cty.StringVal(.... This is a bug in the provider, which should be reported in the provider's own issue tracker.
Using
data "kubectl_file_documents" ..
and
Kubectl provider version - 1.14.0
Terraform v1.3.5
The text was updated successfully, but these errors were encountered: