Remi Pichon
Remi Pichon
Here is a Dockerfile to reproduce the issue * Dockerfile ``` FROM ubuntu RUN apt-get update && apt-get install -y git WORKDIR /root RUN git clone https://github.com/niieani/bash-oo-framework.git COPY script.sh script.sh...
It's true the 012 plan is much more readable but way too verbose. However Landscape is doing a great job of just output what is actually needed in most case....
@inductor you can easily "hide" the "refreshing state" with `terraform plan | grep -v "Refreshing state..."`. However Landscape was doing more than just hiding those logs, it was doing a...
The `role_name` attribute was correctly interpreted, solely using the `~/.aws/credentials` doesn't rely fit a workflow where the session token is retrieved automagicaly by an external tool. Thanks for the tip...