-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
variable aws_access_key {} | ||
variable aws_secret_key {} | ||
variable "aws_access_key" {} | ||
variable "aws_secret_key" {} | ||
|
||
# Cluster | ||
variable aws_ssh_key_name {} | ||
variable aws_region {} | ||
variable aws_region_az {} | ||
variable "aws_ssh_key_name" {} | ||
variable "aws_region" {} | ||
variable "aws_region_az" {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
variable shared_vmware_cloud_account_name {} | ||
variable "shared_vmware_cloud_account_name" {} | ||
|
||
variable cluster_ssh_public_key {} | ||
variable cluster_network_search {} | ||
variable "cluster_ssh_public_key" {} | ||
variable "cluster_network_search" {} | ||
|
||
variable vsphere_datacenter {} | ||
variable vsphere_folder {} | ||
variable "vsphere_datacenter" {} | ||
variable "vsphere_folder" {} | ||
|
||
variable vsphere_cluster {} | ||
variable vsphere_resource_pool {} | ||
variable vsphere_datastore {} | ||
variable vsphere_network {} | ||
variable "vsphere_cluster" {} | ||
variable "vsphere_resource_pool" {} | ||
variable "vsphere_datastore" {} | ||
variable "vsphere_network" {} |