faccomichele/Custom AWS Login
A custom GitHub Action to perform an AWS login.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| account_id | AWS account ID for the login | — | — |
| role_secret | AWS IAM Role secret for the login | — | — |
| ecr_login | Whether to perform ECR login (true/false) | — | false |
Outputs
| name | description |
|---|---|
| tfvars | TF var name for the target environment (exported from the action) |
| artifact_bucket | Artifact bucket name for the target environment (exported from the action) |
| ecr_registry | ECR registry URL (exported from the action) |