Skip to content

Instantly share code, notes, and snippets.

@geekbass
Created April 3, 2019 15:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save geekbass/fed73f969c0981dbfd6abb936df65f29 to your computer and use it in GitHub Desktop.
v2 Installer
{
"dcos-terraform/dcos/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-dcos.git?ref=release/v0.2"
},
"dcos-terraform/infrastructure/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-infrastructure.git?ref=release/v0.2"
},
"dcos-terraform/vpc/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-vpc.git?ref=release/v0.2"
},
"dcos-terraform/iam/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-iam.git?ref=release/v0.2"
},
"dcos-terraform/security-groups/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-security-groups.git?ref=release/v0.2"
},
"dcos-terraform/lb-dcos/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-lb-dcos.git?ref=release/v0.2"
},
"dcos-terraform/bootstrap/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-bootstrap.git?ref=release/v0.2"
},
"dcos-terraform/masters/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-masters.git?ref=release/v0.2"
},
"dcos-terraform/private-agents/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-private-agents.git?ref=release/v0.2"
},
"dcos-terraform/public-agents/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-public-agents.git?ref=release/v0.2"
},
"dcos-terraform/instance/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-instance.git?ref=release/v0.2"
},
"dcos-terraform/tested-oses/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-tested-oses.git?ref=release/v0.2"
},
"dcos-terraform/lb-masters/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-lb-masters.git?ref=release/v0.2"
},
"dcos-terraform/lb-masters-internal/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-lb-masters-internal.git?ref=release/v0.2"
},
"dcos-terraform/lb-public-agents/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-lb-public-agents.git?ref=release/v0.2"
},
"dcos-terraform/lb/aws": {
"source": "git::https://github.com/dcos-terraform/terraform-aws-lb.git?ref=release/v0.2"
},
"dcos-terraform/dcos-install-remote-exec/null": {
"source": "git::https://github.com/dcos-terraform/terraform-null-dcos-install-remote-exec.git?ref=release/v0.2"
},
"dcos-terraform/dcos-core/template": {
"source": "git::https://github.com/dcos-terraform/terraform-template-dcos-core?ref=release/v0.2"
},
"dcos-terraform/dcos-install-remote-exec-ansible/null": {
"source": "git::https://github.com/dcos-terraform/terraform-null-dcos-install-remote-exec-ansible?ref=release/v0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment