Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Releases: gruntwork-io/terraform-aws-couchbase

v0.1.5

21 Mar 01:32

Choose a tag to compare

Modules affected

  • install-couchbase-server

Description

  • Fix the install script so that it not only installs a script to disable transparent huge pages, but also configures that script to run on boot so transparent huge pages are actually disabled when you run Couchbase!

Related links

v0.1.4

06 Feb 13:39
eb349d7

Choose a tag to compare

Modules affected

  • couchbase-cluster

Description

  • You can now configure custom tags for Couchbase's Security Group using the new, optional security_group_tags input parameter.

Related links

v0.1.3

10 Jan 12:36
97f6fbb

Choose a tag to compare

Modules affected

  • install-couchbase-server

Description

  • Fixed typo in the "swappiness" setting where we were missing a "p" and therefore weren't setting the value correctly.
  • Fix a libtinfo symlink issue that prevented Couchbase from starting on Amazon Linux 2

Related links

v0.1.2

02 Jul 14:39
f76056d

Choose a tag to compare

#27: Fix AMI owner ID in examples. Update bash-commons version.

v0.1.1

18 Jun 15:25
5d54d8f

Choose a tag to compare

#25: Update default Couchbase Server version to 5.1.1.

v0.1.0

01 Jun 19:46
028f695

Choose a tag to compare

#23: First public release for the Terraform Registry!

v0.0.4

14 May 12:06

Choose a tag to compare

#20: Publish public AMIs to different AWS account to ensure that our cleanup code in cloud-nuke doesn’t delete those AMIs!

v0.0.3

02 May 23:15
bbc7510

Choose a tag to compare

#19: Cleaner workaround for CircleCI path issue in sample Packer template

v0.0.2

02 May 22:07

Choose a tag to compare

#16, #17, #18:

  • Update to the refactored, open source Terratest
  • Publish public AMIs to make testing easier

v0.0.1

15 Apr 12:24
8e30912

Choose a tag to compare

First release!