-
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
Standard SSD Managed Disk Type option not available to set in terraform #1432
Comments
hey @pbbpage Thanks for opening this issue :) From what I can see support isn't available for this in the Azure SDK for Go at the moment which is how we interact with Azure - however once support's available within the SDK we can look into supporting this. Thanks! |
Hi @tombuildsstuff |
@tombuildsstuff could you please take a look at this PR I'm a little bit blocked by it. |
Is there any way to also have standardHDD and premiumSSD added as well? |
standard SSD I am also waiting for any updates on this one ? |
@rifaterdemsahin standard ssd disk type has been added already. looks like you didn't update azure provider locally. You can try to delete .terraform folder from a folder with you tf scripts and run |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
In ARM, you are able to create a Standard SSD managed disk type. managed disk types, but in terraform the
managed_disk_type' only has the options
"Standard_LRS"and
"Premium_LRS"`. These do not account for the Standard SSD option. My request is a new flag for this type of managed disk.New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: