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 57e31ac commit 44240d0Copy full SHA for 44240d0
scaleway/resource_iam_api_key.go
@@ -88,7 +88,7 @@ func resourceScalewayIamAPIKeyCreate(ctx context.Context, d *schema.ResourceData
88
ApplicationID: expandStringPtr(d.Get("application_id")),
89
UserID: expandStringPtr(d.Get("user_id")),
90
ExpiresAt: expandTimePtr(d.Get("expires_at")),
91
- DefaultProjectID: expandStringPtr(d.Get("project_id")),
+ DefaultProjectID: expandStringPtr(d.Get("default_project_id")),
92
Description: d.Get("description").(string),
93
}, scw.WithContext(ctx))
94
if err != nil {
0 commit comments