Dan Miller
Dan Miller
If a heredoc for a policy or alike has string interpolation, it will resolve to be null. Removing the variable will behave as expected. When a policy has a string...
## what - Upstreaming `s3-bucket` ## why - Using the latest versions and changes for `s3-bucket` component ## references - Required to set up vendoring for CPLIVE, https://github.com/cloudposse/infra-live/pull/116 ## NOTE...
## what - Explicitly set `replica` attributes as the default values ## why - If using replicas, we always see drift for plans if those values are not set ##...
# What corrected `complete()` to `complete_prompt()` # Why Incorrect method name: ``` error[E0599]: no method named `complete` found for struct `Client` in the current scope --> src/main.rs:11:16 | 11 |...
### 🐛 Bug description When using the `actions: 'close-issues'` or `actions: find-issues` inputs, we should not provide an issue number. However when we don't, we get this warning message: ```console...
## what - Added Dockerfile for toolbox example ## why - Provide an example in docs ## references - DEV-2626
## what - Handle recursive AtmosWorkflow calls - Handle "echo" titles - Better format shell scripts inside workflows ## why - Improved user experience. No commands are hidden behind workflows...
## what - Added design decision for placing Secrets in the account architecture ## why - We have a choice of where to store secrets that are used by Terraform...
## what - Fix typos across documentation ## why - Spelling and clean up ## references - n/a