Merge pull request #189 from clong/fix_terraform_typos

Fix terraform typos [ci skip]
This commit is contained in:
Chris Long
2019-01-09 00:41:20 -08:00
committed by GitHub
5 changed files with 1 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ variable "key_name" {
default = "id_terraform"
}
variable "public_key_path" {
type = string
type = "string"
}
variable "ip_whitelist" {
type = "list"

View File

@@ -1,7 +1,6 @@
[
{
"Description": "dc",
"DeviceName": "dc",
"Format": "ova",
"UserBucket": {
"S3Bucket": "YOUR_BUCKET_GOES_HERE",

View File

@@ -1,7 +1,6 @@
[
{
"Description": "logger",
"DeviceName": "logger",
"Format": "ova",
"UserBucket": {
"S3Bucket": "YOUR_BUCKET_GOES_HERE",

View File

@@ -1,7 +1,6 @@
[
{
"Description": "wef",
"DeviceName": "wef",
"Format": "ova",
"UserBucket": {
"S3Bucket": "YOUR_BUCKET_GOES_HERE",

View File

@@ -1,7 +1,6 @@
[
{
"Description": "win10",
"DeviceName": "win10",
"Format": "ova",
"UserBucket": {
"S3Bucket": "YOUR_BUCKET_GOES_HERE",