dc
Data Catalog
Analytics & IoTGCP
General
General information about the service.
Description
Google Data Catalog is a fully managed metadata management service for discovering and managing data.
Service ID
datacatalog.googleapis.comResource Pattern
projects/{project}/locations/{location}/entryGroups/{group}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
dc-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_data_catalog_entry_group" "main" {2 entry_group_id = "dc_${var.environment}"3 location = var.region4}
Utilities
Utilities to support app deployment or configuration.