iam-nofile
baikonur-oss/iam-nofile/aws
Terraform module Terraform module for creating AWS IAM Roles with heredocs
Install
README
AWS IAM Role inline Terraform module Terraform module for creating AWS IAM Roles with inline (heredoc) syntax !terraform v0.12.x Usage EC2 ```HCL module "iam" { source = "baikonur-oss/iam-nofile/aws" type = "lambda" name = "lambda-function" policy_json = Inputs | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| | name | Resource name | string | n/a | yes | | policy\_json | IAM Role Policy Document (JSON) | string | n/a | yes | | type | IAM Role type: ec2/lambda/etc. Used for assume_role_policy principal; service names that have *.amazonaws.com identifiers should work. | string | n/a | yes | Outputs | Name | Descriptio
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| type | string | IAM Role type: ec2/lambda/etc. Used for assume_role_policy principal; service na | required |
| policy_json | string | IAM Role Policy Document (JSON) | required |
| name | string | Resource name | required |
Outputs (2)
arn — IAM Role ARNname — IAM Role nameResources (3)
Topics & Tags
Details
Similar packages
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Azure Verified Pattern Module for Azure Landing Zone
Terraform Azure Verified Resource Module for Key Vault
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L