We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73a031 commit 5e5edccCopy full SHA for 5e5edcc
README.md
@@ -222,7 +222,7 @@ Each Cloud Scheduler Job requires a JSON payload to tell it which IAM Groups and
222
An example JSON payload:
223
```
224
{
225
- "iam_groups": ["group@test.com, "group2@test.com],
+ "iam_groups": ["group@test.com", "group2@test.com"],
226
"sql_instances": ["project:region:instance"],
227
"private_ip": false
228
}
0 commit comments