iam-nofile

baikonur-oss/iam-nofile/aws

Terraform Module HCL AWS

Terraform module Terraform module for creating AWS IAM Roles with heredocs

Install
module "iam-nofile" {
source = "baikonur-oss/iam-nofile/aws"
version = "2.0.0"
}
plain text: /constructs/tfmod-baikonur-oss-iam-nofile-aws/install.txt
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
typestringIAM Role type: ec2/lambda/etc. Used for assume_role_policy principal; service na required
policy_jsonstringIAM Role Policy Document (JSON) required
namestringResource name required
Outputs (2)
arn — IAM Role ARN
name — IAM Role name
Resources (3)
aws_iam_instance_profileaws_iam_roleaws_iam_role_policy
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud AWS
★ Stars3
Forks2
Total downloads903.3k
Inputs3
Outputs2
Resources3
LicenseMIT
Namespacebaikonur-oss
Updated