mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 01:19:05 +01:00
feat: Improve addon dependency chain and decrease time to provision addons (due to retries) (#3218)
* feat: Improve addon dependency chain and decrease time to provision addons (due to retries) * fix: Run pre-commit to clean up docs
This commit is contained in:
@@ -148,6 +148,7 @@ variable "cluster_timeouts" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
# TODO - hard code to false on next breaking change
|
||||
variable "bootstrap_self_managed_addons" {
|
||||
description = "Indicates whether or not to bootstrap self-managed addons after the cluster has been created"
|
||||
type = bool
|
||||
|
||||
Reference in New Issue
Block a user