Skip to content

Commit 0de4e0a

Browse files
authored
Clarify required roles, APIs
This commit updates the README to include the human-readable names and the programmatic names of the required roles and APIs. It also corrects the name of the base required API from Cloud SQL to Cloud SQL Admin.
1 parent 22d4ce4 commit 0de4e0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ In order to execute this module you must have a Service Account with the followi
2525

2626
#### Roles
2727

28-
- `roles/cloudsql.admin`
28+
- Cloud SQL Admin: `roles/cloudsql.admin`
2929

3030
### Enable APIs
3131

3232
In order to operate with the Service Account you must activate the following APIs on the project where the Service Account was created:
3333

34-
- Cloud SQL API
34+
- Cloud SQL Admin API: `sqladmin.googleapis.com`
3535

3636
In order to use Private Service Access, required for using Private IPs, you must activate
3737
the following APIs on the project where your VPC resides:
3838

39-
- Cloud SQL Admin API
40-
- Compute Engine API
41-
- Service Networking API
42-
- Cloud Resource Manager API
39+
- Cloud SQL Admin API: `sqladmin.googleapis.com`
40+
- Compute Engine API: `compute.googleapis.com`
41+
- Service Networking API: `servicenetworking.googleapis.com`
42+
- Cloud Resource Manager API: `cloudresourcemanager.googleapis.com`
4343

4444
#### Service Account Credentials
4545

0 commit comments

Comments
 (0)