feat: Add output for cluster TLS certificate SHA1 fingerprint and provider tags to cluster primary security group (#2249)

This commit is contained in:
Bryant Biggs
2022-09-29 15:34:20 -04:00
committed by GitHub
parent 3200006825
commit a74e98017b
15 changed files with 44 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ variable "platform" {
################################################################################
variable "enable_bootstrap_user_data" {
description = "Determines whether the bootstrap configurations are populated within the user data template"
description = "Determines whether the bootstrap configurations are populated within the user data template. Only valid when using a custom AMI via `ami_id`"
type = bool
default = false
}