-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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_linux_virtual_machine_scale_set SecurityType ConfidentialVM can only be set with secure boot #18747
Comments
@malt3, while this fixes the issue for the Linux version of the the VMSS resource shouldn't this fix also be incorporated into the Windows |
I am not very familiar with Windows VMSS on Azure with SecurityType ConfidentialVM. I can implement the same behavior but cannot make statements on whether this is actually correct or not. Happy to improve the PR and add tests. |
@malt3, it is my understanding that both Linux and Windows share the same behavior but I will reach out to the service team to get a definitive answer on that. |
I wrote tests and saw that
|
This functionality has been released in v3.28.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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
Terraform Version
1.3.2
AzureRM Provider Version
3.23.0
Affected Resource(s)/Data Source(s)
azurerm_linux_virtual_machine_scale_set
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Virtual Machine Scale Set with security type
ConfidentialVM
, OS disk encryption typeVMGuestStateOnly
and disabled secure boot should be created.Actual Behaviour
An error occurs and the scale set is never created
Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: