Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve on user_data #8

Open
thiringai-evans opened this issue Jun 26, 2023 · 0 comments
Open

feat: improve on user_data #8

thiringai-evans opened this issue Jun 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@thiringai-evans
Copy link

thiringai-evans commented Jun 26, 2023

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")

@thiringai-evans thiringai-evans added the enhancement New feature or request label Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant