mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-15 16:23:58 +01:00
5 lines
165 B
HCL
5 lines
165 B
HCL
output "user_data" {
|
|
description = "Base64 encoded user data rendered for the provided inputs"
|
|
value = try(local.platform[var.platform].user_data, null)
|
|
}
|