Skip to content

Terraform Module for creating AWS Aurora (terraform 0.12)

Notifications You must be signed in to change notification settings

sanjeet-deshpande/tf_0.12_aws_rds

Repository files navigation

AWS RDS CLUSTER Terraform module - 0.12

===========

Terraform module for creating AWS Aurora Cluster

These types of resources are supported:

  • DB Parameter Group
  • DB Subnet Group
  • RDS Cluster Parameter Group
  • RDS DB Option Group
  • RDS Cluster - Without Data [Empty Cluster] OR From Snapshot
  • RDS Cluster Instance
  • RDS DB Instance

Root module calls these modules which can also be used separately to create independent resources:

The input variables and output parameters are documented in:

How do i use it?

How to release newer versions of this module

This module uses a simple Rakefile and a VERSION file for following semantic versioning.

  1. To release a patch version of this module:

    rake release

    OR

    rake release:patch
  2. To release a minor version of this module:

    rake release:minor
  3. To release a major version of this module:

    rake release:major

About

Terraform Module for creating AWS Aurora (terraform 0.12)

Resources

Stars

Watchers

Forks

Packages

No packages published