GoogleCloudPlatform / GoogleCloudPlatform/dataflow-solution-guides
Add resource manager APIs to the Terraform blueprints
Open
- Dominant language
- Python
- Stars
- 43
- Forks
- 20
- Avg merge
- 8h 41m
- Merged PRs (30d)
- 53
Description
The Terraform blueprints may fail under certain scenarios when the Resource Manager and Service usage APIs are not enabled in the project, and the project is not created as part of the blueprint (`project_create=false`). The affected APIs are:
* https://console.developers.google.com/apis/api/cloudresourcemanager.googleapis.com/overview
* https://console.developers.google.com/apis/api/serviceusage.googleapis.com/overview
The blueprints should make sure that all the necessary APIs are enabled as part of the blueprint.
Contributor guide
Assessment
This issue has not been assessed yet.