File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
3232In 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
3636In order to use Private Service Access, required for using Private IPs, you must activate
3737the 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
You can’t perform that action at this time.
0 commit comments