Matt Willsher
Matt Willsher
@richm @Jakuje this failed on the run on master determining the tag.
Looks to me like the action kept [] around the tag it derived from the changlog.
What are the benefits of a seperate collection?
I'm using TF 0.13.4 and also can't reproduce, even when outputting `module.remote_state.terraform_iam_policy.arn`. From your code, I wonder if your issue is that the replica is in the same region as...
I've not double checked the actual code, but the README says: > Two providers must point to different AWS regions.
Perhaps, and it may be unrelated to your issue. I quite like the level of overkill in this module, given it's storing the state. Losing state files keeps me awake...
I agree with @richm - this is a system wide setting that will impact other software installations too. If the host system cannot connect to the Internet it should not...
Yes @KaibaLopez I have the following as a workaround in my shell at the moment: ``` function aws-access-token() { cat $(ls -1d ~/.aws/sso/cache/* | grep -v botocore) | jq -r...
@nomike can you confirm this is/isn't working with v0.22.0? You may need to change your requirements.yaml to: ```yaml - name: willshersystems.sshd src: https://github.com/willshersystems/ansible-sshd version: v0.22.0 ```
From the point of view of design, we could have a variable (e.g. preserve_fragment_filenames) which by default is null. If set to a list, remove all files from the config...