Skip to content

Commit

Permalink
actually use engine_version var
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak committed Dec 2, 2020
1 parent 0588e1b commit 9ec67d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ resource "aws_docdb_cluster" "docdb" {
db_cluster_parameter_group_name = aws_docdb_cluster_parameter_group.docdb.name
vpc_security_group_ids = var.cluster_security_group
engine = var.engine
engine_version = var.engine_version
master_username = var.master_username
master_password = var.master_password
storage_encrypted = var.storage_encrypted
Expand Down

0 comments on commit 9ec67d4

Please sign in to comment.