- save credentials by id (not uuid) in the steps
- In the state file, under the credentials array , we are given all assocaited credentiasl with a name, email and uuid
- At deploy time, we convert the credential name into a UUID, and post that
This makes credentials much much more portable
What do we do if the UUID cannot be mapped?
Maybe the provisioner can create an empty credential to be filled in by the user. Or it can look up a matching credential by id.
If the credential exists, a new relationship will be created with its own UUID.