Data Source: azurerm_source_control_token

Use this data source to access information about an existing App Service Source Control Token.

Example Usage

data "azurerm_source_control_token" "example" {
  type = "GitHub"
}

output "id" {
  value = data.azurerm_app_service_github_token.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

The following Attributes are exported:

Timeouts

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