Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Oct 23, 2020
1 parent 1b241cc commit 8381291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terafrom_scripts/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "aws_region" {
default = "us-west-2"
default = "ca-central-1"
}

variable "key_name" {
Expand All @@ -14,10 +14,10 @@ variable "subnets_cidr" {
}
variable "availability_zones" {
type = list(string)
default = ["us-west-2a", "us-west-2b"]
default = ["ca-central-1a", "ca-central-1b"]
}
variable "kubernetes_ami" {
default = "ami-0ba60995c1589da9d"
default = "ami-0c27a26eca5dc74fc"
}
variable "master_instance_type" {
default = "t2.medium"
Expand Down

0 comments on commit 8381291

Please sign in to comment.