cloud-foundation-fabric/tests/modules/workstation_cluster/examples/custom-image.yaml

77 lines
2.3 KiB
YAML

# Copyright 2023 Google LLC
#
# 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.
values:
module.workstation-cluster.google_workstations_workstation.workstations["my-workstation-config-my-workstation"]:
annotations: null
display_name: null
effective_labels:
team: my-team
env: null
labels:
team: my-team
location: region
project: project-id
terraform_labels:
team: my-team
timeouts: null
workstation_cluster_id: my-workstation-cluster
workstation_config_id: my-workstation-config
workstation_id: my-workstation
module.workstation-cluster.google_workstations_workstation_cluster.cluster:
annotations: null
display_name: null
domain_config: []
labels: null
location: region
network: projects/xxx/global/networks/aaa
private_cluster_config:
- enable_private_endpoint: false
project: project-id
subnetwork: subnet_self_link
timeouts: null
workstation_cluster_id: my-workstation-cluster
module.workstation-cluster.google_workstations_workstation_config.configs["my-workstation-config"]:
annotations: null
container:
- args:
- --arg1
- value1
- --arg2
- value2
command: []
env:
VAR1: VALUE1
VAR2: VALUE2
image: repo/my-image:v10.0.0
run_as_user: null
working_dir: /my-dir
display_name: null
enable_audit_agent: null
encryption_key: []
idle_timeout: 1200s
labels: null
location: region
project: project-id
running_timeout: 43200s
timeouts: null
workstation_cluster_id: my-workstation-cluster
workstation_config_id: my-workstation-config
counts:
google_workstations_workstation: 1
google_workstations_workstation_cluster: 1
google_workstations_workstation_config: 1
modules: 1
resources: 3