Open nitrocode opened 2 years ago
@nitrocode maybe this is a good feature to prototype with atmos custom CLI commands?
https://github.com/cloudposse/atmos/pull/168
I don't think we can implement this in atmos core because it assumes (a) using our tfstate backend (b) using S3 (c) using AWS. Atmos needs to be cloud agnostic.
Maybe this relates to @Gowiem's request: https://github.com/cloudposse/atmos/issues/178
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
The current way to get component outputs is to use this method
which will run the following commands
This can take a long time and atmos already knows the s3 bucket, the s3 bucket key, and the workspace
A faster method could be used for
atmos terraform stack outputs
or something where it simply does the followingor use some jq magic to turn it into this