Data Source: azurerm_spring_cloud_app

Use this data source to access information about an existing Spring Cloud Application.

Example Usage

data "azurerm_spring_cloud_app" "example" {
  name                = azurerm_spring_cloud_app.example.name
  resource_group_name = azurerm_spring_cloud_app.example.resource_group_name
  service_name        = azurerm_spring_cloud_app.example.service_name
}

output "spring_cloud_app_id" {
  value = data.azurerm_spring_cloud_app.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


The identity block exports the following:


The persistent_disk block exports the following:

Timeouts

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