driftctl/pkg/iac/config/config.go

8 lines
95 B
Go

package config
type SupplierConfig struct {
Key string
Backend string
Path string
}