posh-providers/hashicorp/cdktf/config.go
2023-05-25 10:03:43 +02:00

6 lines
65 B
Go

package cdktf
type Config struct {
Path string `yaml:"path"`
}