terraform/addrs/provider_type.go

8 lines
213 B
Go

package addrs
// ProviderType encapsulates a single provider type. In the future this will be
// extended to include additional fields including Namespace and SourceHost
type ProviderType struct {
Type string
}