1.0.7 • Published 5 years ago

iam-hcl-converter v1.0.7

Weekly downloads
-
License
AGPLv3
Repository
-
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago