Skip to content

Commit

Permalink
fix: doc for create instance cluster id (#642)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
  • Loading branch information
laljikanjareeya and JustinBeckwith committed Mar 18, 2020
1 parent f4e1b86 commit 838837c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/document-snippets/instance.js
Expand Up @@ -23,7 +23,7 @@ const snippets = {
// const options = {
// clusters: [
// {
// name: clusterId,
// id: clusterId,
// nodes: 3,
// location: 'us-central1-f',
// storage: 'ssd',
Expand All @@ -36,7 +36,7 @@ const snippets = {
const options = {
clusters: [
{
name: clusterId,
id: clusterId,
location: 'us-central1-f',
storage: 'hdd',
},
Expand Down

0 comments on commit 838837c

Please sign in to comment.