Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Added identifier attribute to main RDS instance
Browse files Browse the repository at this point in the history
  • Loading branch information
kerin committed Apr 8, 2016
1 parent b9d96df commit 9323678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resource "aws_db_subnet_group" "main" {
}

resource "aws_db_instance" "main" {
identifier = "main-${var.environment}"
allocated_storage = "${var.rds_allocated_storage}"
engine = "postgres"
engine_version = "9.4.5"
Expand Down

0 comments on commit 9323678

Please sign in to comment.