Commit Graph

31 Commits (6440c839474f052d8997bb5cec19c2743e5108e6)

Author SHA1 Message Date
Kristin Laemmert 3933cbd491
remove LegacyProvider (#26433)
6 years ago
Pam Selle 0a02e7040f
Store sensitive attribute paths in state (#26338)
6 years ago
Martin Atkins 549aede792 Remove terraform.ResourceProvider, use providercache.Installer instead
6 years ago
James Bardin e13eecbc5b finish provider ModuleInstance replacement
6 years ago
Paddy e6592dc710
Add support for provider metadata to modules. (#22583)
6 years ago
Kristin Laemmert 47a16b0937
addrs: embed Provider in AbsProviderConfig instead of Type
6 years ago
Martin Atkins 8b511524d6
Initial steps towards AbsProviderConfig/LocalProviderConfig separation (#23978)
6 years ago
Kristin Laemmert 6541775ce4
addrs: roll back change to Type field in ProviderConfig (#23937)
6 years ago
Kristin Laemmert e3416124cc
addrs: replace "Type string" with "Type Provider" in ProviderConfig
6 years ago
Kristin Laemmert 9891d0354a
providers: use addrs.Provider as map keys for provider.Factory (#23548)
6 years ago
James Bardin dcab82e897 send and receive Private through ReadResource
7 years ago
Martin Atkins 31299e688d core: Allow legacy SDK to opt out of plan-time safety checks
7 years ago
Martin Atkins 1530fe52f7 core: Legacy SDK providers opt out of our new apply result check
7 years ago
Martin Atkins 72e279e6b2 providers: Consistently use int64 for schema versions
7 years ago
James Bardin c1303f8482 providers PrepareProviderConfig
8 years ago
Martin Atkins 44bc7519a6 terraform: More wiring in of new provider types
8 years ago
Martin Atkins 594a821ab3 providers: Resolver and Factory types
8 years ago
James Bardin c39e9e107f add Close methods to the plugin interfaces
8 years ago
Martin Atkins a3403f2766 terraform: Ugly huge change to weave in new State and Plan types
8 years ago
James Bardin f9fee83279 minor providers.Interface fixes
8 years ago
James Bardin 4fedf6c6f4 removing connection data from the providers
8 years ago
James Bardin cd53b333f2 add config value to ApplyResourceChange
8 years ago
James Bardin f77dd12e5c add Config to the PlanResourceChangeRequest
8 years ago
Martin Atkins 479c6b2466 move "configschema" from "config" to "configs"
8 years ago
Martin Atkins f77e7a61b0 various: helpers for collecting necessary provider types
8 years ago
James Bardin 12521366e1 Add ImportedResource type
8 years ago
James Bardin dc78269a3c use cty.Value for connection info
8 years ago
James Bardin 960553e18b rename UpgradedState
8 years ago
James Bardin 6a1b57a1e4 split PriorStateRaw into JSON and Flatmap
8 years ago
James Bardin 91b5bbbde0 add versions to the provider schemas
8 years ago
James Bardin 1473d09c50 rename provider and provisioner packages
8 years ago