sup
Cloud Customer Care
ManagementGCP
General
General information about the service.
Description
Cloud Customer Care provides technical support for Google Cloud customers. Access different support tiers including Standard, Enhanced, and Premium for SLA-backed response times.
Service ID
cloudsupport.googleapis.comResource Pattern
projects/{project}/cases/{case}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
sup-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
global
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_project_service" "cloud_support" {2 project = var.project_id3 service = "cloudsupport.googleapis.com"4}
Utilities
Utilities to support app deployment or configuration.