Skip to content

Commit

Permalink
Kubernetes on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
angudadevops authored Mar 2, 2020
1 parent 6ec07be commit 18d77dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions terraform/variabels.tf
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
variable "access_key" {
default = "AKIAYXCTGPBA24LFMYUV"
default = "xxxxxxxxxxxxxxxxxxx"
}
variable "secret_key" {
default = "4FYbw9gALrtN3+krDx/tO3fL25sA76f2SZXWaVo/"
default = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
variable "key_name" {
default = "awstest"
}
variable "worker_count" {
default = 2
}
variable "master_count" {
default = 1
}
variable "key_name" {
default = "awstest"
}
variable "region" {
default = "us-west-1"
}
Expand Down

0 comments on commit 18d77dc

Please sign in to comment.