Hi all, I am trying to create a kms resource and t...
# python
w
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
Can you share the code you're currently using?