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

Auto-convert in web frontend #26

Closed flosell closed 2 years ago

flosell commented 2 years ago

Context

24 introduced a basic web frontend to use. At the moment, users need to push the > button to trigger a conversion. This feature would simplify this by automatically re-converting whenever the input document changes (and is valid).

Outcomes