Skip to content

Commit

Permalink
update org viewer custom role and cicd templates (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo authored Mar 27, 2024
1 parent 0f44e58 commit f25701d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ name: organizationAdminViewer
includedPermissions:
- essentialcontacts.contacts.get
- essentialcontacts.contacts.list
- logging.settings.get
- orgpolicy.constraints.list
- orgpolicy.policies.list
- orgpolicy.policy.get
Expand Down
6 changes: 3 additions & 3 deletions fast/stages/0-bootstrap/templates/workflow-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
TF_PROVIDERS_FILE: ${tf_providers_files.apply}
TF_PROVIDERS_FILE_PLAN: ${tf_providers_files.plan}
TF_VERSION: 1.6.5
TF_VERSION: 1.7.4

jobs:
fast-pr:
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- id: checkout
name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# set up SSH key authentication to the modules repository

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- id: tf-setup
name: Set up Terraform
uses: hashicorp/setup-terraform@v2.0.3
uses: hashicorp/setup-terraform@v3
with:
terraform_version: $${{env.TF_VERSION}}

Expand Down
2 changes: 1 addition & 1 deletion fast/stages/0-bootstrap/templates/workflow-sourcerepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ substitutions:
_FAST_OUTPUTS_BUCKET: ${outputs_bucket}
_TF_PROVIDERS_FILE: ${tf_providers_files.apply}
_TF_VAR_FILES: ${tf_var_files == [] ? "''" : join("\n ", tf_var_files)}
_TF_VERSION: 1.4.4
_TF_VERSION: 1.7.6
6 changes: 3 additions & 3 deletions fast/stages/1-resman/templates/workflow-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
TF_PROVIDERS_FILE: ${tf_providers_files.apply}
TF_PROVIDERS_FILE_PLAN: ${tf_providers_files.plan}
TF_VERSION: 1.6.5
TF_VERSION: 1.7.4

jobs:
fast-pr:
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- id: checkout
name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# set up SSH key authentication to the modules repository

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- id: tf-setup
name: Set up Terraform
uses: hashicorp/setup-terraform@v2.0.3
uses: hashicorp/setup-terraform@v3
with:
terraform_version: $${{env.TF_VERSION}}

Expand Down
6 changes: 3 additions & 3 deletions fast/stages/1-resman/templates/workflow-sourcerepo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -93,6 +93,6 @@ options:
logging: CLOUD_LOGGING_ONLY
substitutions:
_FAST_OUTPUTS_BUCKET: ${outputs_bucket}
_TF_PROVIDERS_FILE: ${tf_providers_file}
_TF_PROVIDERS_FILE: ${tf_providers_files.apply}
_TF_VAR_FILES: ${tf_var_files == [] ? "''" : join("\n ", tf_var_files)}
_TF_VERSION: 1.4.4
_TF_VERSION: 1.7.6

0 comments on commit f25701d

Please sign in to comment.