Skip to content

Commit e5a34c0

Browse files
authored
Merge pull request #60 from terraform-google-modules/aaron-lane-patch-1
Clarify required roles, APIs
2 parents 22d4ce4 + 0de4e0a commit e5a34c0

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)