This is to support provider block referencing computed attributes from other resources, including not created ones. Changes include:
Migrate data from Go type to types type. As otherwise, framework will complain that the Go type can't hold unknown values, even if there is no real unknown value will be provided during provider config time.
This is to support provider block referencing computed attributes from other resources, including not created ones. Changes include:
types
type. As otherwise, framework will complain that the Go type can't hold unknown values, even if there is no real unknown value will be provided during provider config time.Fix #30.