| 15 | ) |
| 16 | |
| 17 | type timingKind string |
| 18 | |
| 19 | // Copied from https://github.com/hashicorp/terraform/blob/01c0480e77263933b2b086dc8d600a69f80fad2d/internal/command/jsonformat/renderer.go |
| 20 | // We cannot reference these because they're in an internal package. |