Removed terraform.tfvars and removed values from variables.tf because these are set from terraform cloud workspace

This commit is contained in:
Patrick de Ruiter 2020-05-12 00:12:15 +02:00
parent 279926fcc4
commit 42897fe3b2
2 changed files with 0 additions and 4 deletions

View File

View File

@ -1,22 +1,18 @@
variable "organization" {
description = "Organization Name"
type = string
default = "wbyc"
}
variable "environment" {
description = "Environment Name"
type = string
default = "prod"
}
variable "region" {
description = "Default Region to set"
type = string
default = "eu-west-1"
}
variable "availability-zone-names" {
description = "List of Availability zone names"
type = list(string)
default = [ "eu-west-1a" ]
}