Difference between revisions of "Azure Terraform"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_virtual_machine_scale_set
 
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_virtual_machine_scale_set
  
 +
 +
# Big Bugs/Quirks
 +
- https://github.com/hashicorp/terraform-provider-azurerm/issues/7193
 +
```
 +
      ~ os_disk {
 +
            name                      = "myhost_disk1_16d4d5c5fde54722bdbbedfb6da62aa1"
 +
          ~ storage_account_type      = "Standard_LRS" -> "StandardSSD_LRS" # forces replacement
 +
            # (3 unchanged attributes hidden)
 +
        }
 +
```
  
 
# Quirks Workarounds
 
# Quirks Workarounds

Revision as of 09:43, 25 October 2021