Pascal Hofmann

Results 68 comments of 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? ![Bildschirmfoto 2023-04-11 um 18 13 39](https://user-images.githubusercontent.com/2102878/231224664-b45849b3-1942-4f42-8f08-289f0ef728a6.png)

~~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...

@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...