diff --git a/website/docs/r/app_service_source_control.html.markdown b/website/docs/r/app_service_source_control.html.markdown index 3043c81db904..a26679d8783b 100644 --- a/website/docs/r/app_service_source_control.html.markdown +++ b/website/docs/r/app_service_source_control.html.markdown @@ -62,20 +62,16 @@ The following arguments are supported: * `github_action_configuration` - (Optional) A `github_action_configuration` block as defined below. -* `manual_integration` - (Optional) Should code be deployed manually. Set to `false` to enable continuous integration, such as webhooks into online repos such as GitHub. +* `use_manual_integration` - (Optional) Should code be deployed manually. Set to `false` to enable continuous integration, such as webhooks into online repos such as GitHub. * `rollback_enabled` - (Optional) Should the Deployment Rollback be enabled? Defaults to `false` -* `scm_type` - (Optional) The SCM System to use for Source Control. Possible values include 'ScmTypeNone', 'ScmTypeDropbox', 'ScmTypeTfs', 'ScmTypeLocalGit', 'ScmTypeGitHub', 'ScmTypeCodePlexGit', 'ScmTypeCodePlexHg', 'ScmTypeBitbucketGit', 'ScmTypeBitbucketHg', 'ScmTypeExternalGit', 'ScmTypeExternalHg', 'ScmTypeOneDrive', 'ScmTypeVSO'. - ~> **NOTE:** Azure can typically set this value automatically based on the `repo_url` value. ~> **NOTE:** SCM Type `ScmTypeVSTSRM` is not supported as this is set by Azure DevOps and overrides Terraform's control of this resource. * `use_mercurial` - (Optional) The repository specified is Mercurial. Defaults to `false`. -* `uses_github_action` - (Optional) Should deployment be performed by GitHub Action. Defaults to `false`. - --- A `code_configuration` block supports the following: @@ -110,6 +106,10 @@ In addition to the Arguments listed above - the following Attributes are exporte * `id` - The ID of the App Service Source Control. +* `uses_github_action` - Should deployment be performed by GitHub Action. Defaults to `false`. + +* `scm_type` - The SCM System in use for Source Control. + ## Timeouts The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions: