https://pulumi.com logo
#python
Title
w

white-jewelry-95626

10/19/2019, 6:00 PM
Hi all, I am trying to create a kms resource and then add the kms key Id to a json policy. But since the result of the kms key resource is an output, and I am just string substituting the kmy key in the policy json file, I end up with an output result rather than the actual key. Anyone know how I could go about this? The intention is to automate infrastructure creation in one go. @gentle-diamond-70147 @high-translator-22614 any thoughts?
g

gentle-diamond-70147

10/20/2019, 11:36 PM
Can you share the code you're currently using?