Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_app_service_source_control - (beta) bring docs inline with resource changes #14870

Merged
merged 1 commit into from
Jan 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions website/docs/r/app_service_source_control.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down