cloudposse/Environment settings interface
Get information about cluster by environment private action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 16, 2025
- License
- Apache 2.0
Pinned Snippet
uses: cloudposse/github-action-interface-environment@aa4a2d6c165db3f2cd84533e8ab538d745dc4e59 # 0.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| implementation_repository | Repository with Environment action implementation | yes | — |
| implementation_path | Repository path with Environment action implementation | yes | "" |
| implementation_file | Repository filename with Environment action implementation | yes | action.yaml |
| implementation_ref | Ref of environment action implementation | yes | main |
| implementation_github_pat | GitHub PAT allow fetch environment action implementation | yes | — |
| environment | Environment name | yes | — |
| namespace | Namespace name | yes | — |
| repository | Repository name | no | — |
| application | Application name | no | — |
| attributes | Comma separated attributes | no | — |
Outputs
| name | description |
|---|---|
| name | Environment name |
| region | JSON formatted {label}: {environment} map |
| role | Environments that need to be deployed |
| cluster | Environments that need to be destroyed |
| namespace | Namespace |
| ssm-path | Path to ssm secrets |
| s3-bucket | S3 Bucket for ECS taskdef mirroring |