Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Add/update docs for asset_dir and kubeconfig usage
Browse files Browse the repository at this point in the history
* Original tutorials favored including the platform (e.g.
google-cloud) in modules (e.g. google-cloud-yavin). Prefer
naming conventions where each module / cluster has a simple
name (e.g. yavin) since the platform is usually redundant
* Retain the example cluster naming themes per platform
  • Loading branch information
dghubble committed Dec 6, 2019
1 parent e06970f commit 2dfd6b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ variable "ssh_authorized_key" {
variable "asset_dir" {
type = string
description = "Absolute path to a directory where generated assets should be placed (contains secrets)"
default = ""
}

variable "networking" {
Expand Down

0 comments on commit 2dfd6b7

Please sign in to comment.