cloudposse / cloudposse/atmos

Able to alias stack name conventions

Open
#581 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
1.4k
Forks
175
Avg merge
2d 3h
Merged PRs (30d)
134

Description

### Describe the Feature

I like using `ue1-dev` or `org-ue1-dev`, but it would be nice to alias them

so then we could have

```
ue1-dev # this is real so env = ue1, stage = dev
ue1-development # alias to the above
ue1-dev-01 # alias to the above
```

### Expected Behavior

```
atmos terraform plan s3-bucket/test --stack ue1-dev
atmos terraform plan s3-bucket/test --stack ue1-development
atmos terraform plan s3-bucket/test --stack ue1-dev-01
```

### Use Case

Easier for devs to use older account names that may not match the shortest stage names

Existing account names can be too long where if they were used as `stage` then aws resources are more likely to hit max character restraints

### Describe Ideal Solution

See above

### Alternatives Considered

_No response_

### Additional Context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.