gcp-tested-oses

dcos-terraform/gcp-tested-oses/template

Terraform Module HCL TEMPLATE

This is a module that properly configures the DC/OS prerequisites for selected OSes on top of GCP.

Install
module "gcp-tested-oses" {
source = "dcos-terraform/gcp-tested-oses/template"
version = "0.0.6"
}
plain text: /constructs/tfmod-dcos-terraform-gcp-tested-oses-template/install.txt
⭐ Source on GitHub 📦 Registry page
README

![Build Status](https://jenkins-terraform.mesosphere.com/service/dcos-terraform-jenkins/job/dcos-terraform/job/terraform-template-gcp-tested-oses/job/master/) Tested DC/OS OSes GCP This is a module that properly configures the DC/OS prerequisites for selected OSes on top of GCP. EXAMPLE ``hcl module "dcos-tested-gcp-oses" { source = "./modules/dcos-tested-gcp-oses" os = "${var.os}" } ` Inputs | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| | dcos_version | Specifies which DC/OS version instruction to use. Options: 1.9.0, 1.8.8, etc. See dcos_download_path or dcos_version tree for a full list. | string | 1.7 | no | | enabled | enabled | string | false | no | | os | Operating system to use | string | - | yes | | os_image_version | os image ver

Inputs (6)
NameTypeDescriptionDefault
osanyOperating system to use required
traditional_default_os_useranytraditional default os user{ "centos": "centos", "coreos": "cor
os_image_versionanyos image version{ "": [ "", "" ], "centos_
provideranyprovider"gcp"
enabledanyenabled"false"
dcos_versionanySpecifies which DC/OS version instruction to use. Options: 1.9.0, 1.8.8, etc. Se"1.7"
Outputs (4)
user — user
image_family — image family
image_name — image name
os-setup — os-setup
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.6
Cloud TEMPLATE
★ Stars0
Forks1
Total downloads1.9k
Inputs6
Outputs4
LicenseApache-2.0
Namespacedcos-terraform
Updated