terraform-dcos
terraform-dcos copied to clipboard
Terraform module to bootstrap a DCOS cluster
Results
2
terraform-dcos issues
Sort by
recently updated
recently updated
newest added
I can see the Network Security section of the repo [README](https://github.com/zutherb/terraform-dcos#network-security). I simply added the dcos moddule to one of my existing terraform configs. ``` ... provider "aws" { region...
DC/OS is evolving and since March 2017 a new version is available: - https://dcos.io/releases/1.9.0/ The current terraform-dcos modul is fixed to version 1.8 via the _bootstrap_id_ in _variables.tf_. It would...