We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc54198 commit 29af424Copy full SHA for 29af424
internal/services/iam/user_data_source.go
@@ -3,13 +3,13 @@ package iam
3
import (
4
"context"
5
"fmt"
6
- "github.com/scaleway/terraform-provider-scaleway/v2/internal/types"
7
8
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
9
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
10
iam "github.com/scaleway/scaleway-sdk-go/api/iam/v1alpha1"
11
"github.com/scaleway/scaleway-sdk-go/scw"
12
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/account"
+ "github.com/scaleway/terraform-provider-scaleway/v2/internal/types"
13
"github.com/scaleway/terraform-provider-scaleway/v2/internal/verify"
14
)
15
0 commit comments