alemuro / tfiam

Terraform IAM policy generator tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TFIAM - Terraform IAM policies hardening

Run tfiam to generate an IAM policy only with the required permissions by your stack, and avoid providing more than needed permissions.

Installation

go install github.com/alemuro/tfiam/cmd/tfiam@latest

Usage

Go to the folder where the Terraform code is stored, run terraform init, and then execute:

tfiam

This will produce the AWS IAM policy and will get back to you through stdout.

Contributors welcome

Feel free to open a PR. Check the backlog or issues before.

About

Terraform IAM policy generator tool

License:GNU General Public License v3.0


Languages

Language:Go 99.0%Language:Makefile 1.0%