dudicoco

Results 188 comments of dudicoco

Also, in some cases the plan's new outputs will show the true outputs and not just `(known after apply)` , for example: `vpc_cidr_block = "10.10.0.0/16" -> "10.11.0.0/16"`

@yorinasub17 since `mock_outputs` is already used in `plan-all` (and not not just in `validate`) I think it provides an excellent solution to the problem. So basically we will end up...

@yorinasub17 how about putting this feature behind a flag then? This will make sure that the person is aware of the new functionality. We are using `plan-all` all the time...

@yxxhero I have not tried the feature until now so I don't know if it worked in previous versions. I have tried upgrading helm diff to v3.9.5 and still seeing...

@yxxhero sorry for the delay. Is there a release binary which I can test?

@yxxhero sorry for the delay. I've tried building and got the following errors: ``` scripts/verify-staticcheck.sh bash: line 1: staticcheck: command not found bash: line 1: staticcheck: command not found bash:...

@yxxhero thanks, managed to build it. Unfortunately the new version did not solve the issue.

@yxxhero please elaborate, which log?

@yxxhero the stdout is the same as the diff in the first comment in the issue.