rs
Resource Settings
ManagementGCP
General
General information about the service.
Description
Resource Settings provides a centralized way to configure settings that apply across your Google Cloud resource hierarchy. Define settings at the organization, folder, or project level.
Service ID
resourcesettings.googleapis.comResource Pattern
projects/{project}/settings/{setting}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
rs-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
organization
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_resource_settings_setting_value" "main" {2 parent = "projects/${var.project_id}"3 setting = "compute-vm-can-ip-forward"4 value = "FALSE"5}
Utilities
Utilities to support app deployment or configuration.