Skip to content

Commit

Permalink
fix resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak committed Dec 2, 2019
1 parent ff50ad2 commit 4f6821c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "aws_docdb_subnet_group" "docdb" {

resource "aws_docdb_cluster" "api_docdb" {
cluster_identifier_prefix = var.name
db_subnet_group_name = aws_docdb_subnet_group.sn_docdb.name
db_subnet_group_name = aws_docdb_subnet_group.docdb.name
db_cluster_parameter_group_name = aws_docdb_cluster_parameter_group.api_docdb.name
vpc_security_group_ids = var.cluster_security_group
engine = "docdb"
Expand Down

0 comments on commit 4f6821c

Please sign in to comment.