mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 09:29:06 +01:00
Added timeout configs and variables to aws_eks_cluster resource (#149)
* Added timeout configs and variables * Updated CHANGELOG and README * Added timeout configs and variables * Updated CHANGELOG and README * Changed variable names for consistency * Updated README.md * Did terraform fmt
This commit is contained in:
committed by
Max Williams
parent
77a7690b1c
commit
0ee9d633d3
10
variables.tf
10
variables.tf
@@ -123,3 +123,13 @@ variable "kubeconfig_name" {
|
||||
description = "Override the default name used for items kubeconfig."
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "cluster_create_timeout" {
|
||||
description = "Timeout value when creating the EKS cluster."
|
||||
default = "15m"
|
||||
}
|
||||
|
||||
variable "cluster_delete_timeout" {
|
||||
description = "Timeout value when deleting the EKS cluster."
|
||||
default = "15m"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user