mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 17:01:04 -06:00
4 lines
135 B
Go
4 lines
135 B
Go
|
// Package jsonconfig implements methods for outputting a configuration snapshot
|
||
|
// in machine-readable json format
|
||
|
package jsonconfig
|