sm
Secret Manager
SecurityGCP
General
General information about the service.
Description
Google Secret Manager provides a secure and convenient way to store API keys, passwords, certificates, and other sensitive data.
Service ID
secretmanager.googleapis.comResource Pattern
projects/{project}/secrets/{secret}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
sm-{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_secret_manager_secret" "main" {2 secret_id = "sm-${var.environment}"34 replication {5 auto {}6 }7}
Utilities
Utilities to support app deployment or configuration.