Data Source: azurerm_postgresql_server

Use this data source to access information about an existing PostgreSQL Azure Database Server.

Example Usage

data "azurerm_postgresql_server" "example" {
  name                = "postgresql-server-1"
  resource_group_name = "api-rg-pro"
}

output "postgresql_server_id" {
  value = data.azurerm_postgresql_server.example.id
}

Argument Reference

Attributes Reference


An identity block exports the following:

Timeouts

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