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_virtual_machine_scale_set_extension" {
source="./modules/azurerm/r/azurerm_virtual_machine_scale_set_extension"# auto_upgrade_minor_version - (optional) is a type of boolauto_upgrade_minor_version=null# force_update_tag - (optional) is a type of stringforce_update_tag=null# name - (required) is a type of stringname=null# protected_settings - (optional) is a type of stringprotected_settings=null# provision_after_extensions - (optional) is a type of list of stringprovision_after_extensions=[]
# publisher - (required) is a type of stringpublisher=null# settings - (optional) is a type of stringsettings=null# type - (required) is a type of stringtype=null# type_handler_version - (required) is a type of stringtype_handler_version=null# virtual_machine_scale_set_id - (required) is a type of stringvirtual_machine_scale_set_id=nulltimeouts=[{
create =null
delete =null
read =null
update =null
}]
}
resource"azurerm_virtual_machine_scale_set_extension""this" {
# auto_upgrade_minor_version - (optional) is a type of boolauto_upgrade_minor_version=var.auto_upgrade_minor_version# force_update_tag - (optional) is a type of stringforce_update_tag=var.force_update_tag# name - (required) is a type of stringname=var.name# protected_settings - (optional) is a type of stringprotected_settings=var.protected_settings# provision_after_extensions - (optional) is a type of list of stringprovision_after_extensions=var.provision_after_extensions# publisher - (required) is a type of stringpublisher=var.publisher# settings - (optional) is a type of stringsettings=var.settings# type - (required) is a type of stringtype=var.type# type_handler_version - (required) is a type of stringtype_handler_version=var.type_handler_version# virtual_machine_scale_set_id - (required) is a type of stringvirtual_machine_scale_set_id=var.virtual_machine_scale_set_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"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}