Skip to content

Commit

Permalink
Update default values
Browse files Browse the repository at this point in the history
  • Loading branch information
malscent committed Oct 21, 2021
1 parent 72e3c71 commit 47c48ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions aws/CouchbaseServer/couchbase-amzn-lnx2.template
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"AnalyticsInstanceCount": {
"Description": "Number of Analytics Couchbase Server Nodes",
"Type": "Number",
"Default": 1
"Default": 0
},
"AnalyticsInstanceType": {
"Description": "Instance type for Couchbase Nodes",
Expand Down Expand Up @@ -355,7 +355,7 @@
"EventingInstanceCount": {
"Description": "Number of Analytics Couchbase Server Nodes",
"Type": "Number",
"Default": 1
"Default": 0
},
"EventingInstanceType": {
"Description": "Instance type for Couchbase Nodes",
Expand Down Expand Up @@ -463,7 +463,7 @@
"SearchInstanceCount": {
"Description": "Number of Analytics Couchbase Server Nodes",
"Type": "Number",
"Default": 1
"Default": 0
},
"SearchInstanceType": {
"Description": "Instance type for Couchbase Nodes",
Expand Down Expand Up @@ -571,7 +571,7 @@
"BackupInstanceCount": {
"Description": "Number of Analytics Couchbase Server Nodes",
"Type": "Number",
"Default": 1
"Default": 0
},
"BackupInstanceType": {
"Description": "Instance type for Couchbase Nodes",
Expand Down Expand Up @@ -679,7 +679,7 @@
"DataInstanceCount": {
"Description": "Number of Analytics Couchbase Server Nodes",
"Type": "Number",
"Default": 1
"Default": 0
},
"DataInstanceType": {
"Description": "Instance type for Couchbase Nodes",
Expand Down Expand Up @@ -787,7 +787,7 @@
"QueryInstanceCount": {
"Description": "Number of Analytics Couchbase Server Nodes",
"Type": "Number",
"Default": 1
"Default": 0
},
"QueryInstanceType": {
"Description": "Instance type for Couchbase Nodes",
Expand Down Expand Up @@ -895,7 +895,7 @@
"IndexInstanceCount": {
"Description": "Number of Analytics Couchbase Server Nodes",
"Type": "Number",
"Default": 1
"Default": 0
},
"IndexInstanceType": {
"Description": "Instance type for Couchbase Nodes",
Expand Down

0 comments on commit 47c48ad

Please sign in to comment.