HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/current/lib/googlecloudsdk/command_lib/infra_manager/resources.yaml
# -*- coding: utf-8 -*- #
# Copyright 2023 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#    http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
project:
  name: project
  plural_name: projects
  collection: config.projects
  request_id_field: projectId
  attributes:
  - &project
    parameter_name: projectsId
    attribute_name: project
    help: projects TBD
    property: core/project
  disable_auto_completers: false
location:
  name: location
  plural_name: locations
  collection: config.projects.locations
  request_id_field: locationId
  attributes:
  - *project
  - &location
    parameter_name: locationsId
    attribute_name: location
    help: locations TBD
    property: infra-manager/location
  disable_auto_completers: false
deployment:
  name: deployment
  plural_name: deployments
  collection: config.projects.locations.deployments
  request_id_field: deploymentId
  attributes:
  - *project
  - *location
  - &deployment
    parameter_name: deploymentsId
    attribute_name: deployment
    help: deployments TBD
  disable_auto_completers: false
revision:
  name: revision
  plural_name: revisions
  collection: config.projects.locations.deployments.revisions
  request_id_field: revisionId
  attributes:
  - *project
  - *location
  - *deployment
  - &revision
    parameter_name: revisionsId
    attribute_name: revision
    help: revisions TBD
  disable_auto_completers: false
resource:
  name: resource
  plural_name: resources
  collection: config.projects.locations.deployments.revisions.resources
  request_id_field: resourceId
  attributes:
  - *project
  - *location
  - *deployment
  - *revision
  - &resource
    parameter_name: resourcesId
    attribute_name: resource
    help: resources TBD
  disable_auto_completers: false
preview:
  name: preview
  plural_name: previews
  collection: config.projects.locations.previews
  request_id_field: previewId
  attributes:
  - *project
  - *location
  - &preview
    parameter_name: previewsId
    attribute_name: preview
    help: preview TBD
  disable_auto_completers: false
terraform_version:
  name: terraformVersion
  plural_name: terraformVersions
  collection: config.projects.locations.terraformVersions
  request_id_field: terraformVersionsId
  attributes:
  - *project
  - *location
  - &terraform_version
    parameter_name: terraformVersionsId
    attribute_name: terraform_version
    help: terraform version TBD
  disable_auto_completers: false
resource_change:
  name: resourceChange
  plural_name: resourceChanges
  collection: config.projects.locations.previews.resourceChanges
  request_id_field: resourceChangeId
  attributes:
  - *project
  - *location
  - *preview
  - &resource_change
    parameter_name: resourceChangesId
    attribute_name: resource_change
    help: resource change TBD
  disable_auto_completers: false
resource_drift:
  name: resourceDrift
  plural_name: resourceDrifts
  collection: config.projects.locations.previews.resourceDrifts
  request_id_field: resourceDriftId
  attributes:
  - *project
  - *location
  - *preview
  - &resource_drift
    parameter_name: resourceDriftsId
    attribute_name: resource_drift
    help: resource drift TBD
  disable_auto_completers: false