sd

Service Directory

IntegrationGCP
General

General information about the service.

Description

Google Service Directory is a managed service that provides a single place to publish, discover, and connect services.

Service ID

servicedirectory.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/namespaces/{namespace}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

sd-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_service_directory_namespace" "main" {
2 namespace_id = "sd-${var.environment}"
3 location = var.region
4}
Utilities

Utilities to support app deployment or configuration.