Revert "Implement key pair resource (#578)" (#581)

This reverts commit 153947fd7b.
This commit is contained in:
João Palet 2024-11-06 14:21:17 +00:00 committed by GitHub
parent 153947fd7b
commit 600847a2ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 113 additions and 1257 deletions

View file

@ -563,7 +563,7 @@ func mapFields(ctx context.Context, serverResp *iaas.Server, model *Model) error
} else if serverResp.Id != nil {
serverId = *serverResp.Id
} else {
return fmt.Errorf("server id not present")
return fmt.Errorf("Server id not present")
}
idParts := []string{