mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 18:01:04 +01:00
* Added ability to choose local-exec interpreter * Remove accidental extra file * formatting
This commit is contained in:
committed by
Max Williams
parent
0948c20e1d
commit
edbea30cfc
@@ -134,3 +134,9 @@ variable "cluster_delete_timeout" {
|
||||
description = "Timeout value when deleting the EKS cluster."
|
||||
default = "15m"
|
||||
}
|
||||
|
||||
variable "local_exec_interpreter" {
|
||||
description = "Command to run for local-exec resources. Must be a shell-style interpreter. If you are on Windows Git Bash is a good choice. Defaults to [\"/bin/sh\", \"-c\"]"
|
||||
type = "list"
|
||||
default = ["/bin/sh", "-c"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user