Skip to content

GovTechSG/terraform-iam-service-role-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iam-service-role-gcc

Creates a service role allowing assume role by aws services without access keys

Requirements

No requirements.

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
attach_policies map(string) of existing policies to attach map(string) {} no
aws_region aws region string n/a yes
base_policy Base policy of trust relationship for assuming this role string n/a yes
custom_policy custom policy to be applied to role using the EOF syntax string "" no
description description of the role string n/a yes
name name of the role in aws console string n/a yes
path path of the role in aws console string "/" no
tags Tags for resources map(string)
{
"Terraform": "True"
}
no
enable_gcci_boundary permission boundary toggle bool true no

Outputs

Name Description
policy Policy attached to the role.
role The IAM role

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages