-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
azurerm_orchestrated_virtual_machine_scale_set support for additional_unattend_content #24282
Comments
…orchestrated_virtual_machine_scale_set
Thank you for taking the time to open this issue. Please subscribe to PR #24292 created by @harshavmb for this issue. |
Hi @gibbcode , Unfortunately, I couldn't get this working! I am having problems with In case if you have a working xml, please share with me. Have you tested with by other means like
|
No problem, I got it working with below configuration..
|
…orchestra… (hashicorp#24292) * hashicorp#24282: Support additional_unattend_content part of azurerm_orchestrated_virtual_machine_scale_set * hashicorp#24282: Changes as per review * hashicorp#24282: Fix errors and tests * hashicorp#24282: terrafmt
…orchestra… (hashicorp#24292) * hashicorp#24282: Support additional_unattend_content part of azurerm_orchestrated_virtual_machine_scale_set * hashicorp#24282: Changes as per review * hashicorp#24282: Fix errors and tests * hashicorp#24282: terrafmt
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Description
Both
azurerm_windows_virtual_machine
andazurerm_windows_virtual_machine_scale_set
offer the option to specifyadditional_unattend_content
.This option is available in ARM for flexible VMSS
azurerm_orchestrated_virtual_machine_scale_set
, but is not available in Terraform.This prevents consumers from executing custom_data after a VM build.
New or Affected Resource(s)/Data Source(s)
azurerm_orchestrated_virtual_machine_scale_set
Potential Terraform Configuration
References
Param available in azurerm_windows_virtual_machine and azurerm_windows_virtual_machine_scale_set
But not in azurerm_orchestrated_virtual_machine_scale_set
The text was updated successfully, but these errors were encountered: