actions-marketplace-validations/Equinix Metal Project
Create an Equinix Metal and a new Project API Key for that project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projectName | Equinix Metal Project Name. A name will be generated from the Git SHA if not provided. | no | "" |
| organizationId | Equinix Metal Organization ID for the Project. The default organization for the user will be used by the API if this is not provided. | no | — |
Outputs
| name | description |
|---|---|
| projectID | The UUID of the created project |
| projectName | The name of the created project |
| projectAPIKey | A Project API key restricted to the new project |
| projectSSHPrivateKeyBase64 | A private SSH key (base64 encoded to preserve new lines) authorized as root on devices created in the created project. |
| projectSSHPublicKey | A public SSH key authorized as root on devices created in the created project. |