Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 715 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 715 Bytes

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