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/userdata #55

Merged
merged 5 commits into from
Sep 2, 2024
Merged

Feat/userdata #55

merged 5 commits into from
Sep 2, 2024

Conversation

Rupalgw
Copy link
Contributor

@Rupalgw Rupalgw commented Feb 27, 2024

what

*Add userData attribute

  • create userdata file

why

  • issue while passing custom data

@Rupalgw Rupalgw added the enhancement New feature or request label Feb 27, 2024
@Rupalgw Rupalgw requested review from 13archit and d4kverma February 27, 2024 10:33
@Rupalgw Rupalgw self-assigned this Feb 27, 2024
Copy link
Member

@d4kverma d4kverma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -607,3 +607,8 @@ variable "user_object_id" {
default = {}
description = "The ID of the Principal (User, Group or Service Principal) to assign the Role Definition to. Changing this forces a new resource to be created."
}
variable "user_data" {
type = string
default = "path/to/user-data.sh" // Adjust this path accordingly
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we keep this null and pass this path/to/user-data file in comments.

@d4kverma d4kverma merged commit 758e680 into master Sep 2, 2024
15 checks passed
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

Successfully merging this pull request may close these issues.

3 participants