diff --git a/internal/services/automation/automation_runbook_resource.go b/internal/services/automation/automation_runbook_resource.go index 96c9b1457f49..9d13f99c59ab 100644 --- a/internal/services/automation/automation_runbook_resource.go +++ b/internal/services/automation/automation_runbook_resource.go @@ -126,6 +126,7 @@ func resourceAutomationRunbook() *pluginsdk.Resource { string(runbook.RunbookTypeEnumGraphPowerShell), string(runbook.RunbookTypeEnumGraphPowerShellWorkflow), string(runbook.RunbookTypeEnumPowerShell), + string(runbook.RunbookTypeEnumPowerShellSevenTwo), string(runbook.RunbookTypeEnumPythonTwo), string(runbook.RunbookTypeEnumPythonThree), string(runbook.RunbookTypeEnumPowerShellWorkflow), diff --git a/website/docs/r/automation_runbook.html.markdown b/website/docs/r/automation_runbook.html.markdown index 053eeeea031f..f4f07af0ef3c 100644 --- a/website/docs/r/automation_runbook.html.markdown +++ b/website/docs/r/automation_runbook.html.markdown @@ -88,7 +88,7 @@ The following arguments are supported: * `automation_account_name` - (Required) The name of the automation account in which the Runbook is created. Changing this forces a new resource to be created. -* `runbook_type` - (Required) The type of the runbook - can be either `Graph`, `GraphPowerShell`, `GraphPowerShellWorkflow`, `PowerShellWorkflow`, `PowerShell`, `Python3`, `Python2` or `Script`. Changing this forces a new resource to be created. +* `runbook_type` - (Required) The type of the runbook - can be either `Graph`, `GraphPowerShell`, `GraphPowerShellWorkflow`, `PowerShellWorkflow`, `PowerShell`, `PowerShell72`, `Python3`, `Python2` or `Script`. Changing this forces a new resource to be created. * `log_progress` - (Required) Progress log option.