This message was deleted.
# python
s
This message was deleted.
b
Hi @creamy-knife-53051 I am wondering if this is due to this behaviour change . https://github.com/pulumi/pulumi/pull/6269
As per the thread right above your message
c
I Saw that.. but in my piece of code i don't use output.all... I have to change something in my code ?
b
you don't use Output.all anywhere?
c
define anywhere 😄 In that particular stack, i refer only to output of another stack eg:
Copy code
network_interfaces=[{
                                          "accessConfig": [{}],
                                          "network": parentStack.get_output('vpc_id'),
                                          "subnetwork": parentStack.get_output('subnet_id'),
                                      }],
b
ok, this feels lile a bug then - can you open an issue on pulumi/pulumi describing this so that one of the team can look at this?
c
yup!
b
thank you!
c
I hope I explained myself
b
Thank you so much
r
Thanks for reporting this! Seems like my output.all change inadvertently caused this. Will look into it first thing today.
❤️ 1
Fix incoming: https://github.com/pulumi/pulumi/pull/6381 We’ll do a patch release once this is in.
Alright folks, v2.21.1 is out and includes the fix to this bug.
c
thankyou