Skip to content

Commit 724d161

Browse files
committed
Merge branch 'master' into catchup-to-mw
2 parents 2721505 + 7d6b3df commit 724d161

File tree

7 files changed

+17
-55
lines changed

7 files changed

+17
-55
lines changed

docs/resources/core/group.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

identity_policy_datasource_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import (
77
"testing"
88
"time"
99

10-
"github.com/MustWin/baremetal-sdk-go"
11-
"github.com/oracle/terraform-provider-baremetal/client/mocks"
10+
"github.com/stretchr/testify/suite"
1211
"github.com/hashicorp/terraform/helper/resource"
1312
"github.com/hashicorp/terraform/helper/schema"
1413
"github.com/hashicorp/terraform/terraform"
1514

16-
"github.com/stretchr/testify/suite"
15+
"github.com/MustWin/baremetal-sdk-go"
16+
"github.com/oracle/terraform-provider-baremetal/client/mocks"
1717
)
1818

1919
var testPoliciesConfig = `

identity_swift_password_datasource_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ import (
66
"fmt"
77
"testing"
88
"time"
9+
"strconv"
910

10-
"github.com/MustWin/baremetal-sdk-go"
11-
"github.com/oracle/terraform-provider-baremetal/client/mocks"
1211
"github.com/hashicorp/terraform/helper/resource"
1312
"github.com/hashicorp/terraform/helper/schema"
1413
"github.com/hashicorp/terraform/terraform"
15-
1614
"github.com/stretchr/testify/suite"
17-
"strconv"
15+
16+
"github.com/MustWin/baremetal-sdk-go"
17+
"github.com/oracle/terraform-provider-baremetal/client/mocks"
18+
1819
)
1920

2021
var testPasswordsConfig = `

identity_swift_password_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import (
66
"testing"
77
"time"
88

9-
"github.com/MustWin/baremetal-sdk-go"
10-
"github.com/oracle/terraform-provider-baremetal/client/mocks"
119
"github.com/hashicorp/terraform/helper/resource"
1210
"github.com/hashicorp/terraform/helper/schema"
1311
"github.com/hashicorp/terraform/terraform"
14-
1512
"github.com/stretchr/testify/suite"
13+
14+
"github.com/MustWin/baremetal-sdk-go"
15+
"github.com/oracle/terraform-provider-baremetal/client/mocks"
1616
)
1717

1818
type ResourceIdentitySwiftPasswordTestSuite struct {

identity_user_group_membership_datasource_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ package main
55
import (
66
"testing"
77
"time"
8+
"fmt"
89

9-
"github.com/MustWin/baremetal-sdk-go"
10-
"github.com/oracle/terraform-provider-baremetal/client/mocks"
1110
"github.com/hashicorp/terraform/helper/resource"
1211
"github.com/hashicorp/terraform/helper/schema"
1312
"github.com/hashicorp/terraform/terraform"
14-
1513
"github.com/stretchr/testify/suite"
16-
"fmt"
14+
15+
"github.com/MustWin/baremetal-sdk-go"
16+
"github.com/oracle/terraform-provider-baremetal/client/mocks"
17+
1718
)
1819

1920
type ResourceIdentityUserGroupMembershipsTestSuite struct {

provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func init() {
2424
"fingerprint": "(Required) The fingerprint for the user's RSA key. This can be found in user settings in the Bare Metal console.",
2525
"private_key": "(Optional) A PEM formatted RSA private key for the user.\n" +
2626
"A private_key or a private_key_path must be provided.",
27-
"private_key_path": "(Required) The path to the user's PEM formatted private key.\n" +
27+
"private_key_path": "(Optional) The path to the user's PEM formatted private key.\n" +
2828
"A private_key or a private_key_path must be provided.",
2929
"private_key_password": "(Optional) The password used to secure the private key.",
3030
}

vendor/github.com/MustWin/baremetal-sdk-go/client.go

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)