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:
Bryant Biggs
2024-11-26 13:31:42 -06:00
committed by GitHub
parent 97a08c8aff
commit ab2207d509
8 changed files with 508 additions and 11 deletions

View File

@@ -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