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.com

Resource Pattern

projects/{project}/settings/{setting}

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

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 DocumentationTerraform
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.