sparse-intern-71089
08/16/2021, 2:57 PMgentle-diamond-70147
08/16/2021, 5:19 PMnew_account = Account("new_account1", props=AccountCredentials(sid=account_sid, auth_token=auth_token))
new_account_sid = new_account.sid
Does that not work? Are you getting an error?cool-belgium-78445
08/16/2021, 5:25 PMTypeError: 'Output' object is not iterable, consider iterating the underlying value inside an 'apply'
. When I use the apply stuff from https://www.pulumi.com/docs/intro/concepts/inputs-outputs/ I also get the same errorgentle-diamond-70147
08/16/2021, 6:39 PM