flosell / iam-policy-json-to-terraform

Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document
https://flosell.github.io/iam-policy-json-to-terraform/
Apache License 2.0
774 stars 58 forks source link

Make it easier to copy-paste output in web-ui #46

Open flosell opened 2 years ago

flosell commented 2 years ago

Usually, we probably want to copy the output of the conversion back into our IDE. Explore what we can do to make this easier.

One idea would be to use the toolbar and copy-to-clipboard Prism plugins for this