21 lines
503 B
YAML
21 lines
503 B
YAML
project_id: xzerolab-480008
|
||
environment: bootstrap
|
||
|
||
state:
|
||
bucket_name: gcp-cloud-iac-state
|
||
bucket_location: US
|
||
firestore_location: us-central1
|
||
|
||
iam:
|
||
deployer_identity: github-ci-runner # 对应 AWS 的 IAM User:github-ci-runner
|
||
deploy_role_name: IacDeployRole # 对应 AWS 的 IAM Role:TerraformDeployRole
|
||
|
||
deploy_role_bindings:
|
||
- roles/resourcemanager.projectIamAdmin
|
||
- roles/storage.admin
|
||
- roles/compute.admin
|
||
|
||
tags:
|
||
Owner: Platform
|
||
Project: CloudNeutral
|