FYI, it looks like latest version of GCP provider ...
# google-cloud
w
FYI, it looks like latest version of GCP provider has breaking changes for creating serviceAccounts: https://github.com/pulumi/pulumi-gcp/issues/410
b
My most sincere apologies about this - we are looking into it right now This was due to a change in the central codegen that enforced lowercase module names - we believe serviceAccount may be the only module affected here but we are looking into it
w
no worries, it happens
b
FWIW this was 100% not an intentional breakage - I know that doesn’t help you
We always try and at least warn if something will change like this
w
I figured as much, seeing the exception that was
serviceAccount
(from the pattern elsewhere) made it clear this was likely result of changes in the codegen 🙂 but thanks for responding so quickly
b
One of your team just responded to the issue you opened