azurerm_app_service_source_control_token

Manages an App Service source control token.

Example Usage

resource "azurerm_app_service_source_control_token" "example" {
  type  = "GitHub"
  token = "7e57735e77e577e57"
}

Argument Reference

The following arguments are supported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

App Service Source Control Token's can be imported using the type, e.g.

terraform import azurerm_app_service_source_control_token.example {type}