when doing something like `f"serviceAccount:{servi...
# python
d
when doing something like
f"serviceAccount:{service_account.email}"
, I don't get a warning at plan time, only at apply time. Seems the validation is missing for plan time?
code is already fixed, just flagging that I only get the warning when applying, not planning