terraform/providers
Martin Atkins 594a821ab3 providers: Resolver and Factory types
These new types are adaptations of terraform.ProviderResolver and
terraform.ResourceProviderFactory respectively. In a later commit we will
update users of the old types to use these new types, possibly in a
"gradual repair" sort of fashion by initially using type aliases, though
that won't 100% solve the problem because the types themselves have
changed in this move to return providers.Interface instead of
terraform.ResourceProvider.
2018-10-16 19:11:09 -07:00
..
addressed_types.go various: helpers for collecting necessary provider types 2018-10-16 18:50:29 -07:00
addressed_types_test.go various: helpers for collecting necessary provider types 2018-10-16 18:50:29 -07:00
doc.go rename provider and provisioner packages 2018-10-16 18:50:29 -07:00
provider.go add Close methods to the plugin interfaces 2018-10-16 19:11:09 -07:00
resolver.go providers: Resolver and Factory types 2018-10-16 19:11:09 -07:00