File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
1414 conversiontfjson "github.com/crossplane/upjet/pkg/types/conversion/tfjson"
1515 tfjson "github.com/hashicorp/terraform-json"
1616 "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
17- "github.com/terraform-provider-openstack/terraform-provider-openstack/openstack"
1817 "github.com/pkg/errors"
18+ "github.com/terraform-provider-openstack/terraform-provider-openstack/openstack"
1919
2020 "github.com/crossplane-contrib/provider-openstack/config/blockstorage"
2121 "github.com/crossplane-contrib/provider-openstack/config/compute"
Original file line number Diff line number Diff line change 1-
21package clients
32
43import (
54 "context"
65 "encoding/json"
76
8-
97 "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
108 tfsdk "github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
119
12-
1310 xpresource "github.com/crossplane/crossplane-runtime/pkg/resource"
1411 "github.com/crossplane/upjet/pkg/terraform"
1512 "github.com/pkg/errors"
You can’t perform that action at this time.
0 commit comments