Skip to content

KOBA789/miamtf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

miamtf

Miam syntax for Terraform

CAUTION

This is a currently released as a PoC and is NOT tested enough.

Usage

$ cat IAMfile
role "AwesomeRole" do
  policy "allow-something" do
    {
      Version: "2012-10-17",
      Statement: [
        # allow something
      ]
    }
  end
end
$ miamtf > iam.tf.json

Acknowledgement

miamtf is highly inspired by miam.

TODO

  • Tests
  • Documents
  • Resources
    • Role
    • Managed Policy
    • Instance Profile
    • User
    • Group

Contribution

日本語で OK

About

Miam syntax for Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages