GoogleCloudPlatform / GoogleCloudPlatform/pubsec-declarative-toolkit
Day 0: LZ automation: Add project number derivation to LZ readme
Open
developer-experience
documentation
- Dominant language
- Shell
- Stars
- 36
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
part of LZ automation/doc work in #296 and #445
Check LZ-v2 as well
https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/blob/main/solutions/landing-zone/README.md#4-customize-package
Project Number and Project ID for the management project will be for the project that the config controller instance runs in.
Derive the project number via
```
export PROJECT_NUMBER=$(gcloud projects list --filter="${PROJECT_ID}" '--format=value(PROJECT_NUMBER)')
```
Contributor guide
Assessment
This issue has not been assessed yet.