1.0.7 • Published 4 years ago

iam-hcl-converter v1.0.7

Weekly downloads
-
License
AGPLv3
Repository
-
Last release
4 years ago

IAM-HCL-conveter

This is a very simple library which converts AWS IAM JSON policies to terraform's aws_iam_policy_document.

License

AGPL V3

Usage

import Converter from "iam-hcl-converter"
    const converter = new Converter(2);
    const res = converter.convert("<JSON POLICY>");
    console.log(res);
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago