NAME
    gcloud resource-settings set-value - update the value of a resource setting

SYNOPSIS
    gcloud resource-settings set-value --value-file=value-file
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (DEPRECATED) Update the value of a resource setting.

    Resource Settings is deprecated. As of November 7, 2023, no organizations
    will be onboarded for any of the enabled settings, and the service will be
    shut down on October 1, 2024.

    Update the value of a resource setting.

EXAMPLES
    To set the resource setting from the file with the path ./sample_path, run:

        $ gcloud resource-settings set-value --value-file="./test_input.json"

REQUIRED FLAGS
     --value-file=value-file
        Path to JSON or YAML file that contains the resource setting.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

NOTES
    This variant is also available:

        $ gcloud alpha resource-settings set-value

