terraform-aws-couchbase icon indicating copy to clipboard operation
terraform-aws-couchbase copied to clipboard

fix for jq error on backticks

Open tinomen opened this issue 4 years ago • 0 comments

This is a simple fix for issue #74

JQ doesn't handle backticks in JSON so sync_gateway fails to start. This update removes the import_filter and sync properties from the database keys in the string so the script can properly wait for the cluster and buckets to be ready.

Only tested on my cluster.

tinomen avatar Jan 12 '21 23:01 tinomen