Azure / terraform-azurerm-virtual-machine

Terraform Azure RM Virtual Machine Module
MIT License
36 stars 36 forks source link

fix: update minimum terraform version to 1.3.5 #69

Open juanjgit opened 8 months ago

juanjgit commented 8 months ago

Current examples do not run due to a bug fixed in terraform 1.3.5. Previous terraform versions fail with the message:

╷
│ Error: Unsupported attribute
│
│   on ../../main.tf line 159, in resource "azurerm_linux_virtual_machine" "vm_linux":
│  159:         option    = var.os_disk.diff_disk_settings.option
│     ├────────────────
│     │ var.os_disk.diff_disk_settings is object with 1 attribute "placement"
│
│ This object does not have an attribute named "option".

Describe your changes

Update minimum required Terraform version from 1.2 to 1.3.5

Issue number

000

Checklist before requesting a review

Thanks for your cooperation!

juanjgit commented 8 months ago

@microsoft-github-policy-service agree