-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Labels
enhancementNew feature or requestNew feature or requestupstream-protocolRequires change of protocol specification, i.e. can't be done under the current protocolRequires change of protocol specification, i.e. can't be done under the current protocolupstream-terraform
Description
It would be nice to have a well known error core expects from providers when a resource already exists so that it can output the required import syntax:
type AlreadyExistsError struct {
ImportID string
}etc...
This needs to be raised to core as core is what knows the import syntax and the appropriate naming of the resource itself.
bflad, tombuildsstuff and ivands
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestupstream-protocolRequires change of protocol specification, i.e. can't be done under the current protocolRequires change of protocol specification, i.e. can't be done under the current protocolupstream-terraform