terraform/backend/local
Kristin Laemmert f6505870cc
Mildwonkey/providers interface renaming (#27805)
* providers.Interface: huge renamification

This commit renames a handful of functions in the providers.Interface to
match changes made in protocol v6. The following commit implements this
change across the rest of the codebase; I put this in a separate commit
for ease of reviewing and will squash these together when merging.

One noteworthy detail: protocol v6 removes the config from the
ValidateProviderConfigResponse, since it's never been used. I chose to
leave that in place in the interface until we deprecate support for
protocol v5 entirely.

Note that none of these changes impact current providers using protocol
v5; the protocol is unchanged. Only the translation layer between the
proto and terraform have changed.
2021-02-18 10:13:43 -05:00
..
testdata cli: Move resource count code to command package 2021-01-29 15:29:35 -05:00
backend.go clistate: Update clistate.Locker for command views 2021-02-16 07:19:22 -05:00
backend_apply.go Merge pull request #27787 from hashicorp/alisdair/command-views-state-locker 2021-02-16 17:37:18 -05:00
backend_apply_test.go clistate: Update clistate.Locker for command views 2021-02-16 07:19:22 -05:00
backend_local.go Merge pull request #27787 from hashicorp/alisdair/command-views-state-locker 2021-02-16 17:37:18 -05:00
backend_local_test.go clistate: Update clistate.Locker for command views 2021-02-16 07:19:22 -05:00
backend_plan.go clistate: Update clistate.Locker for command views 2021-02-16 07:19:22 -05:00
backend_plan_test.go clistate: Update clistate.Locker for command views 2021-02-16 07:19:22 -05:00
backend_refresh.go Merge pull request #27787 from hashicorp/alisdair/command-views-state-locker 2021-02-16 17:37:18 -05:00
backend_refresh_test.go Mildwonkey/providers interface renaming (#27805) 2021-02-18 10:13:43 -05:00
backend_test.go Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
cli.go backend: Add per-operation diagnostic rendering 2021-02-12 14:30:35 -05:00
hook_state.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
hook_state_test.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
local_test.go use a single log writer 2020-10-19 14:29:54 -04:00
testing.go Mildwonkey/providers interface renaming (#27805) 2021-02-18 10:13:43 -05:00