You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"azurerm_maintenance_assignment_virtual_machine" {
source="./modules/azurerm/r/azurerm_maintenance_assignment_virtual_machine"# location - (required) is a type of stringlocation=null# maintenance_configuration_id - (required) is a type of stringmaintenance_configuration_id=null# virtual_machine_id - (required) is a type of stringvirtual_machine_id=nulltimeouts=[{
create =null
delete =null
read =null
}]
}
resource"azurerm_maintenance_assignment_virtual_machine""this" {
# location - (required) is a type of stringlocation=var.location# maintenance_configuration_id - (required) is a type of stringmaintenance_configuration_id=var.maintenance_configuration_id# virtual_machine_id - (required) is a type of stringvirtual_machine_id=var.virtual_machine_iddynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
# read - (optional) is a type of stringread=timeouts.value["read"]
}
}
}