terraform-dcos
terraform-dcos copied to clipboard
DC/OS Terraform Installation and Upgrading Scripts
* https://github.com/bernadinm/terraform-dcos/commit/72cd305cd29e18e1cabbbba51713f3c95e60cadc: Using Terraform `v0.10.7` I had to split `azurerm_storage_account`'s `account_type` parameter into `account_tier` and `account_replication_type` to make the project work. It's documentation is at https://www.terraform.io/docs/providers/azurerm/r/storage_account.html * https://github.com/bernadinm/terraform-dcos/commit/cd92b5dbc2699c8d3bddf0fc87d3e22b97f075d8: I also...
I was successful in using terraform apply to create my DC/OS Instance . But i notice private agents are configured with public ip address.
Hello, In trying to use module I noticed some pedantic issues in the README: - usage of double hyphen instead of single with command switches - path to the module...