hashicorp / terraform-k8s

Terraform Cloud Operator for Kubernetes
https://learn.hashicorp.com/tutorials/terraform/kubernetes-operator?in=terraform/kubernetes
Mozilla Public License 2.0
454 stars 71 forks source link

[TK-1947] Fix output parser #151

Closed arybolovlev closed 1 year ago

arybolovlev commented 1 year ago

Description

This PR fixes multiple issues with the output parsing:

Release Note

Release note for CHANGELOG:

Fix multiple issues with the output parsing when unnecessary double quotes around the `string` type are added and empty or `null` outputs are omitted.

References

Fix: https://github.com/hashicorp/terraform-k8s/issues/40

Community Note