iam-hcl-converter

1.0.7 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i iam-hcl-converter

Weekly Downloads

1

Version

1.0.7

License

AGPLv3

Unpacked Size

33.3 kB

Total Files

16

Last publish

Collaborators

  • qhua948