Skip to content

Commit 4059614

Browse files
mikejihbecodycushing
authored andcommitted
Move identity resources into the main package
1 parent fb00242 commit 4059614

33 files changed

+33
-33
lines changed

identity/api_key_datasource.go renamed to identity_api_key_datasource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package identity
3+
package main
44

55
import (
66
"github.com/hashicorp/terraform/helper/schema"

identity/api_key_datasource_crud.go renamed to identity_api_key_datasource_crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package identity
3+
package main
44

55
import (
66
"time"

identity/api_key_resource.go renamed to identity_api_key_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package identity
3+
package main
44

55
import (
66
"github.com/hashicorp/terraform/helper/schema"

identity/api_key_resource_crud.go renamed to identity_api_key_resource_crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package identity
3+
package main
44

55
import (
66
"github.com/MustWin/baremetal-sdk-go"

identity/availability_domain_datasource.go renamed to identity_availability_domain_datasource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package identity
3+
package main
44

55
import (
66
"github.com/hashicorp/terraform/helper/schema"

identity/availability_domain_datasource_crud.go renamed to identity_availability_domain_datasource_crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package identity
3+
package main
44

55
import (
66
"time"

identity/compartment_datasource.go renamed to identity_compartment_datasource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package identity
3+
package main
44

55
import (
66
"github.com/hashicorp/terraform/helper/schema"

identity/compartment_datasource_crud.go renamed to identity_compartment_datasource_crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package identity
3+
package main
44

55
import (
66
"time"

identity/compartment_resource.go renamed to identity_compartment_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package identity
3+
package main
44

55
import (
66
"fmt"

identity/compartment_resource_crud.go renamed to identity_compartment_resource_crud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
22

3-
package identity
3+
package main
44

55
import (
66
"strings"

0 commit comments

Comments
 (0)