mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 17:01:04 -06:00
use cty.Value for connection info
For now this will be an encoded map, but it allows for a more complex schema in the future.
This commit is contained in:
parent
960553e18b
commit
dc78269a3c
@ -231,9 +231,9 @@ type ApplyResourceChangeResponse struct {
|
||||
// known state of the resource, if it exists.
|
||||
NewState cty.Value
|
||||
|
||||
// Connection is a map of string values used to return any information
|
||||
// provisioners might require to connect to the resource.
|
||||
Connection map[string]string
|
||||
// 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.
|
||||
|
Loading…
Reference in New Issue
Block a user