Removed terraform.tfvars and removed values from variables.tf because these are set from terraform cloud workspace
This commit is contained in:
parent
279926fcc4
commit
42897fe3b2
@ -1,22 +1,18 @@
|
|||||||
variable "organization" {
|
variable "organization" {
|
||||||
description = "Organization Name"
|
description = "Organization Name"
|
||||||
type = string
|
type = string
|
||||||
default = "wbyc"
|
|
||||||
}
|
}
|
||||||
variable "environment" {
|
variable "environment" {
|
||||||
description = "Environment Name"
|
description = "Environment Name"
|
||||||
type = string
|
type = string
|
||||||
default = "prod"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "region" {
|
variable "region" {
|
||||||
description = "Default Region to set"
|
description = "Default Region to set"
|
||||||
type = string
|
type = string
|
||||||
default = "eu-west-1"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "availability-zone-names" {
|
variable "availability-zone-names" {
|
||||||
description = "List of Availability zone names"
|
description = "List of Availability zone names"
|
||||||
type = list(string)
|
type = list(string)
|
||||||
default = [ "eu-west-1a" ]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user