Skip to content

Commit

Permalink
#8672 reupdate dms endpoint test post formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjennings committed May 29, 2019
1 parent ff0c4ee commit 3e8446c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/resource_aws_dms_endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,9 +610,9 @@ resource "aws_dms_endpoint" "dms_endpoint" {
}
mongodb_settings {
auth_type = "PASSWORD"
auth_mechanism = "DEFAULT"
nesting_level = "NONE"
auth_type = "password"
auth_mechanism = "default"
nesting_level = "none"
extract_doc_id = "false"
docs_to_investigate = "1000"
auth_source = "admin"
Expand Down Expand Up @@ -648,7 +648,7 @@ resource "aws_dms_endpoint" "dms_endpoint" {
mongodb_settings {
auth_mechanism = "SCRAM_SHA_1"
nesting_level = "ONE"
nesting_level = "one"
extract_doc_id = "true"
docs_to_investigate = "1001"
}
Expand Down

0 comments on commit 3e8446c

Please sign in to comment.