terraform-aws-couchbase
terraform-aws-couchbase copied to clipboard
Reusable infrastructure modules for running Couchbase on AWS
Allow the Cluster Admin User Name and Password to be provided at the run time.
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...
Explicit dependency of the https_listener_ports templates on the list https_listener_ports_and_certs
As mentioned in https://github.com/gruntwork-io/terraform-aws-couchbase/issues/52 , terraform seems to have trouble updating the template files if the upstream list https_listener_ports_and_certs (used to generate the templates) changes. This change states the dependency...
The instructions for building the local docker image work for `ubuntu-docker` which is a Ubuntu 16 image. The config file has an entry for `ubuntu-18-docker` but it fails. https://github.com/gruntwork-io/terraform-aws-couchbase/tree/master/examples/local-mocks ```...
https://github.com/gruntwork-io/terraform-aws-couchbase/blob/027eb19e57a7bc2522a1287c4adf008d655afc40/modules/run-sync-gateway/run-sync-gateway#L185 This line of code is throwing an error when the config file has backticks in the import_filter or sync json properties as mentioned in the [docs](https://docs.couchbase.com/sync-gateway/current/learn/defining-sync-functions.html) The error: `parse...
While trying to setup a production cluster using the data node instance type `m5a.4xlarge` I'm getting the following error from the `couchbase-commons/mount-volume.sh` script. **cat /opt/couchbase/var/lib/couchbase/logs/mock-user-data.log** ``` Mounting EBS Volume for...
Hi, I am using terraform 0.12.12 and I have a `load_balancer` resource pointing to `"gruntwork-io/couchbase/aws//modules/load-balancer"` version `"0.2.2"`. When I try to modify the segment `https_listener_ports_and_certs` by removing one listener and...
note it looks like a typo below? `coubase` should be `couchbase`? ```sh $ terraform apply data.template_file.user_data_server: Refreshing state... data.aws_iam_policy_document.instance_role: Refreshing state... data.aws_vpc.default: Refreshing state... data.aws_iam_policy_document.auto_discover_cluster: Refreshing state... data.aws_ami.coubase_ubuntu_example: Refreshing state......
Hello, My team has pretty strict tagging guidelines, and I was wondering if it'd be possible to add another argument to the couchbase-cluster module, say, `security_group_tags` that would be passed...