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
we currently support parsing through JSON and YAML. Also support parsing HCL (Hashicorp) for Terraform files or Vault config files.
At this point, we'd be chaining multiple parsing modes and we'll need to monitor how much this affects parsing times, and possibly look into making extra parsers optional.
The text was updated successfully, but these errors were encountered:
we currently support parsing through JSON and YAML. Also support parsing HCL (Hashicorp) for Terraform files or Vault config files.
At this point, we'd be chaining multiple parsing modes and we'll need to monitor how much this affects parsing times, and possibly look into making extra parsers optional.
The text was updated successfully, but these errors were encountered: