Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hemard committed Jan 13, 2022
1 parent fa5e936 commit 83b7184
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ibm/resource_ibm_database_mongodb_enterprise_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func testAccCheckIBMDatabaseInstanceMongoDBEnterpriseBasic(databaseResourceGroup
data "ibm_resource_group" "test_acc" {
name = "%[1]s"
}
resource "ibm_database" "%[2]s" {
resource_group_id = data.ibm_resource_group.test_acc.id
name = "%[2]s"
Expand All @@ -116,7 +116,7 @@ func testAccCheckIBMDatabaseInstanceMongoDBEnterpriseBasic(databaseResourceGroup
users {
name = "user123"
password = "password12"
type = "database"
type = "database"
}
whitelist {
address = "172.168.1.2/32"
Expand All @@ -136,7 +136,7 @@ func testAccCheckIBMDatabaseInstanceMongoDBEnterpriseFullyspecified(databaseReso
data "ibm_resource_group" "test_acc" {
name = "%[1]s"
}
resource "ibm_database" "%[2]s" {
resource_group_id = data.ibm_resource_group.test_acc.id
name = "%[2]s"
Expand All @@ -151,12 +151,12 @@ func testAccCheckIBMDatabaseInstanceMongoDBEnterpriseFullyspecified(databaseReso
users {
name = "user123"
password = "password12"
type = "database"
type = "database"
}
users {
name = "user124"
password = "password12$password"
type = "ops_manager"
type = "ops_manager"
}
whitelist {
address = "172.168.1.2/32"
Expand All @@ -180,7 +180,7 @@ func testAccCheckIBMDatabaseInstanceMongoDBEnterpriseReduced(databaseResourceGro
data "ibm_resource_group" "test_acc" {
name = "%[1]s"
}
resource "ibm_database" "%[2]s" {
resource_group_id = data.ibm_resource_group.test_acc.id
name = "%[2]s"
Expand Down

0 comments on commit 83b7184

Please sign in to comment.