Skip to content

Commit

Permalink
Enable user data selection by node group name
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Sep 25, 2024
1 parent ca585b0 commit 353cea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ variable "labels" {
}

variable "user_data" {
type = string
type = map(string)
description = "Optional user data script for the launch template"
default = null # Default to an empty string if no user data is provided
default = {} # Default to an empty string if no user data is provided
}

0 comments on commit 353cea6

Please sign in to comment.