Skip to content

dcos-terraform/terraform-aws-iam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS IAM Policies

This is an module to creates policies and roles to be used with DC/OS

EXAMPLE

module "dcos-iam" {
  source  = "dcos-terraform/iam/aws"
  version = "~> 0.2.0"

  cluster_name = "production"
}

Inputs

Name Description Type Default Required
cluster_name Name of the DC/OS cluster string n/a yes
aws_s3_bucket S3 Bucket for External Exhibitor string "" no
name_prefix Name Prefix string "" no

Outputs

Name Description
aws_agent_profile Name of the agent profile
aws_master_profile Name of the masters profile