Add new tutorial docs and links

This commit is contained in:
Dalton Hubble
2018-08-26 23:39:41 -07:00
parent c60ec642bc
commit 991a5c6cee
22 changed files with 383 additions and 53 deletions

View File

@ -61,7 +61,7 @@ variable "disk_size" {
variable "worker_priority" {
type = "string"
default = "Regular"
description = "Set worker priority to Low to use reduced cost surplus capacity, with the tradeoff that instances can be evicted at any time."
description = "Set worker priority to Low to use reduced cost surplus capacity, with the tradeoff that instances can be deallocated at any time."
}
variable "controller_clc_snippets" {
@ -89,7 +89,7 @@ variable "asset_dir" {
}
variable "host_cidr" {
description = "CIDR IPv4 range to assign to EC2 nodes"
description = "CIDR IPv4 range to assign to instances"
type = "string"
default = "10.0.0.0/16"
}