terraform/helper/plugin
James Bardin e38a5a769d copy timouts into plan and apply state
helper/schema will remove "timeouts" from the config, and stash them in
the diff.Meta map. Terraform sees "timeouts" as a regular config block,
so needs them to be present in the state in order to not show a diff.

Have the GRPCProviderServer shim copy all timeout values into any state
it returns to provide consistent diffs in core.
2018-10-30 13:14:08 -04:00
..
doc.go helper/plugin package for grpc servers 2018-10-16 18:58:49 -07:00
grpc_provider.go copy timouts into plan and apply state 2018-10-30 13:14:08 -04:00
grpc_provider_test.go insert resource timeouts into the config schema 2018-10-30 13:14:08 -04:00
grpc_provisioner.go update provisioners for multiple processes 2018-10-16 19:14:11 -07:00
grpc_provisioner_test.go helper/plugin package for grpc servers 2018-10-16 18:58:49 -07:00