cloud-foundation-fabric/tests/modules/organization/examples/custom-roles.yaml

41 lines
1.2 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.org.google_organization_iam_custom_role.roles["test_2"]:
description: Terraform-managed.
org_id: '1122334455'
permissions:
- resourcemanager.projects.get
- resourcemanager.projects.getIamPolicy
- resourcemanager.projects.list
role_id: projectViewer
stage: GA
title: Custom role projectViewer
module.org.google_organization_iam_custom_role.roles["test_1"]:
description: Terraform-managed.
org_id: '1122334455'
permissions:
- compute.globalOperations.get
role_id: test_1
stage: GA
title: Custom role test_1
counts:
google_organization_iam_custom_role: 2
modules: 1
resources: 2
outputs: {}