removing connection data from the providers

Very few resources need connection info, and rather than relying on
providers to set default for some resources, we are going to require
that connection blocks be explicitly set in the configuration.
This commit is contained in:
James Bardin 2018-07-25 17:50:01 -04:00 committed by Martin Atkins
parent cd53b333f2
commit 4fedf6c6f4
1 changed files with 0 additions and 4 deletions

View File

@ -243,10 +243,6 @@ type ApplyResourceChangeResponse struct {
// known state of the resource, if it exists.
NewState cty.Value
// Connection is used to return any information provisioners might require
// to cty.Value
Connection cty.Value
// Private is an opaque blob that will be stored in state along with the
// resource. It is intended only for interpretation by the provider itself.
Private []byte