Pascal Hofmann
Pascal Hofmann
This should be part of bootstrap-flipped.css
Seems like this is finally solved: https://github.com/hashicorp/vault/pull/14231
@hellobontempo How can I configure a custom logo/text for the login button as seen in your gif above? 
~~I think this would be a nice addition regardless of the datasource used.~~ ~~In my case I want to only pin to major version numbers because minor updates are handled...
Hi @rarkins, I noticed the same issue and debugged it. I have no idea how to fix this properly, but maybe my findings are useful for you: The commit message...
I've implemented this in #1649.
@kfcampbell No, it does not. :( No idea what's wrong here…
I've just rebased this PR and resolved the conflicts.
A workaround is to do targeted applies to resources that the broken resource depends upon. We frequently run into this issue and fixing this manually all the time is tedious....
I created a repo for reproducing this issue: https://github.com/pascal-hofmann/terraform-provider-kustomization-reproduction-219 Other terraform providers treat this case like this: ``` if !d.NewValueKnown("manifest") { // value is not known yet, so we can't...