white-balloon-205
get_caller_identity
is the answer to how to dynamically get the AWS account id. @broad-finland-69602 what question do you have on how to integrate that? You should just be able to call the function.broad-finland-69602
11/28/2019, 1:25 PMstring
or a pulumi Output would also be usable I guess. am I missing something asyncio related? maybe an example would help"arn:aws:kms:eu-west-1:123456789:key/some-uuid-here"
<- for example getting my account in in there instead of 123456789white-balloon-205
broad-finland-69602
11/29/2019, 9:04 AMget_caller_identity().account_id
to a variable and just using that works. thank you!