Skip to content

Commit

Permalink
updated description for subnets range in variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
tprakash17 committed Aug 9, 2019
1 parent dc7129e commit aba9f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform-aws-eks-cluster
Submodule terraform-aws-eks-cluster deleted from c496fe
2 changes: 2 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ variable "ssh_key_pair" {

variable "public_subnets" {
type = "list"
description = "you can replace these values as per your choice of subnet range"
default = ["10.15.0.0/22", "10.15.4.0/22", "10.15.8.0/22"]
}

variable "private_subnets" {
type = "list"
description = "you can replace these values as per your choice of subnet range"
default = ["10.15.12.0/22", "10.15.16.0/22", "10.15.20.0/22"]
}

Expand Down

0 comments on commit aba9f97

Please sign in to comment.