FixConfig will output the config in a fixed manner.
(FixConfigOptions)
| 90 | type ConfigFixer interface { |
| 91 | // FixConfig will output the config in a fixed manner. |
| 92 | FixConfig(FixConfigOptions) hcl.Diagnostics |
| 93 | } |
| 94 | |
| 95 | type InspectConfigOptions struct { |