leverage
leverage copied to clipboard
Enhancement | Add comment to `config.tf` file when generating key
Describe the Enhance
When Leverage CLI finds an S3 Backend block with no Key definition in the config.tf
file, it will generate a key and write it down to the file.
In this case add a comment previous to the key definition stating the key was generated automatically by the Leverage CLI.
Expected Behavior
- When the S3 key was generated by the Leverage CLI:
- a comment is left there to note this situation.
- the CLI output must explicit that this is happening
Use Case
n/a
Describe Ideal Solution
n/a
Alternatives Considered
n/a
Additional Context
n/a