Jon Ward
Jon Ward
In case it helps anyone, my current workaround is removing the `remote_state` block altogether and putting my entire backend config into a `generate` block.
Encountered the same issue on k8s v1.20.11-aliyun.1 upgrading from Vault 1.9.2 -> 1.11.1. Downgrading to 1.10.5 resolves the issue.
I'm using 1.10.5 and it works fine. However if I try to upgrade to 1.11 I hit this issue: https://github.com/banzaicloud/bank-vaults/issues/1649
I have yet to resolve this issue and am still stuck on 1.10. Yet elsewhere I have created a brand new 3 node cluster running 1.11.4 and it works perfectly....
Ah same here, we're using Terragrunt and encountering the same issue. Just tested on a plain Terraform project using the default workflow and it works perfectly. Custom workflow support would...
Hello, I'm also experiencing this error. I am a bit stuck since the migration to v4 since the custom sections of my existing resume have disappeared (https://github.com/AmruthPillai/Reactive-Resume/issues/1613) and I can't...