Skip to content

Instantly share code, notes, and snippets.

@BeardedCloudWalker
BeardedCloudWalker / aurora_cluster.tf
Last active February 13, 2019 19:52 — forked from sandcastle/aurora_cluster.tf
Creates a AWS RDS Aurora Cluster with Terraform
########################
## Variables
########################
variable "environment_name" {
description = "The name of the environment"
}
variable "vpc_id" {