feat: Support bootstrap_self_managed_addons (#3099)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
Taehyun Kim
2024-07-16 08:55:09 +09:00
committed by GitHub
parent d7aea4ca6b
commit af88e7d2f8
25 changed files with 46 additions and 38 deletions

View File

@@ -136,6 +136,12 @@ variable "cluster_timeouts" {
default = {}
}
variable "bootstrap_self_managed_addons" {
description = "Indicates whether or not to bootstrap self-managed addons after the cluster has been created"
type = bool
default = null
}
################################################################################
# Access Entry
################################################################################