This message was deleted.
# dotnet
s
This message was deleted.
t
Something like this:
Copy code
var identity = Output.Create(Pulumi.Aws.Invokes.GetCallerIdentity());
var accountNumber = identity.Apply(i => i.AccountId);
g
i KNEW it would be something simple, but just had the wrong approach. Thanks for helping out, i got it working using your example! 👍 😄