Data Source: azurerm_spring_cloud_service

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

Example Usage

provider "azurerm" {
  features {}
}

data "azurerm_spring_cloud_service" "example" {
  name                = azurerm_spring_cloud_service.example.name
  resource_group_name = azurerm_spring_cloud_service.example.resource_group_name
}

output "spring_cloud_service_id" {
  value = data.azurerm_spring_cloud_service.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


The config_server_git_setting block supports the following:


The repository block contains the following:


The http_basic_auth block supports the following:


The ssh_auth block supports the following:


The required_network_traffic_rules supports the following:

Timeouts

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