This message was deleted.
# google-cloud
s
This message was deleted.
s
@broad-helmet-79436 Thanks for letting us know the XY-problem. Now I have a term for it 😄 To your problem: Unfortunately, I’ve seen similar behaviour with the GKE resource (I’m assuming it’s this one as you posted in #CRFUR2DGB). I’m also interested for a solution. Might be a bug in the Terraform provider, though.
b
hehe, it’s a useful term!
yeah, it’s GKE
for what it’s worth, here’s why I got burned in the first place: I didn’t realise that it gave me a Promise back when I set
async: true
, so I just referenced
.latestMasterVersion
directly (which was undefined, as
Promise
doesn’t have that field property…
but that’s a completely separate issue 😄
👍 1