Skip to content

Releases: rubrikinc/terraform-aws-rubrik-cloud-cluster

Terraform Module AWS Rubrik Cloud Cluster Release v3.0

13 Feb 17:46
af0a8db
Compare
Choose a tag to compare

Breaking Change

Fixed

  • Fixed support for bootstrapping clusters.
    • Uses updated (v2.1) terraform-provider-rubrik that supports Terraform v0.13 and higher.
    • Uses updated NTP settings that support secure NTP and CDM v5.0+

Terraform Module AWS Rubrik Cloud Cluster Release v2.0.1

23 Sep 14:38
4cd2fdb
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Support v2.0.0 terraform-aws-modules/key-pair/aws

Full Changelog: v2.0...v2.0.1

Terraform Module AWS Rubrik Cloud Cluster Release v2.0

21 Sep 23:14
e600a3e
Compare
Choose a tag to compare
  • Added cluster IP address output for convenience.
  • Added explicit AWS region selection into the Terraform script.
  • Added creation of the security groups and common ports that Cloud Cluster uses.
  • Added support for encrypting the root disk.
  • Added support for larger Cloud Clusters with 6 disks.
  • Added dense node support for Cloud Cluster.
  • Added support for selecting st1 or sc1 disks.
  • Added support for deploying Cloud Cluster from the AWS marketplace.
  • Added support for Cloud Cluster Elastic Storage (CC ES).
  • Added support for AWS GovCloud
  • Added support for SSH and HTTPS ports for administrative machines to access the cluster.
  • Added automatic selection of the latest image from the AWS marketplace.
  • Fixed selection of AWS Region
  • Fixed minor bugs formatting
  • Updated variable names for clarity
  • Updated documentation
  • Requires Terraform v1.2.2 or higher

The following functions have been added to support Cloud Cluster ES:

  • Optionally creates S3 bucket for CC ES
  • Optionally creates S3 endpoint for CC ES
  • Optionally creates SSH Key Pair for CC ES
  • This PR also includes various fixes, including:

NOTE: Support for the Rubrik provider was deprecated in this release because the provider doesn't support versions of Terraform higher than v0.11. Once the Rubrik provider for Terraform is upgraded to support TF v0.15 the bootstrap function can be restored.

Terraform Module AWS Rubrik Cloud Cluster Release v1.1

02 Apr 14:50
3c8b2cf
Compare
Choose a tag to compare

Adds support for specifying the timeout value for the Rubrik API calls

Terraform AWS Rubrik Cloud Cluster Release v1.0

18 Mar 01:50
cb054ec
Compare
Choose a tag to compare
Merge pull request #4 from rubrikinc/rubrik_provider

Utilize the Rubrik Bootstrap resource