You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently i tried using user_data via terragrunt and it's unable to recognize direct user_data, base64 encoded user_data and also file based user_data...
I would suggest changing the user_data variable to ...
variable "user_data" {
type = string
description = "The user data script"
}
This way one can add user_data directly or refer to filebase64("/path_to_file")
The text was updated successfully, but these errors were encountered:
Currently i tried using user_data via terragrunt and it's unable to recognize direct user_data, base64 encoded user_data and also file based user_data...
I would suggest changing the user_data variable to ...
variable "user_data" {
type = string
description = "The user data script"
}
This way one can add user_data directly or refer to filebase64("/path_to_file")
The text was updated successfully, but these errors were encountered: