tflint-ruleset-azurerm
tflint-ruleset-azurerm copied to clipboard
How to keep the API version up-to-date?
We've heard from some Azure users, will likely need to continuously upgrade their API version, unlike AWS #28 #29
Although the current automatic rule generation can reflect the update within the API version, it cannot reflect the update of the API version itself. We need to set up a mechanism for this update.
The API version of azure-sdk-for-go seems to be hardcoded in terraform-provider-azurerm. First, make sure to review the API version when updating the provider.
Would this result in newer size like Standard_E48s_v3 showing as invalid in azurerm_virtual_machine_invalid_vm_size.md?
Good question. The other day I got the answer to this question from the Azure team https://github.com/Azure/azure-rest-api-specs/issues/10033#issuecomment-657701452
They say vmSize doesn't seem to be correct in the API spec, so we'll have to consider another way. I'm thinking about it now.