Skip to content

Commit 30c6e15

Browse files
committed
fix(baremetal_server): missing service information on creation
1 parent a7ee6d7 commit 30c6e15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/services/baremetal/server.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,8 @@ func ResourceServerCreate(ctx context.Context, d *schema.ResourceData, m any) di
382382
User: types.ExpandStringPtr(d.Get("user")),
383383
Password: types.ExpandStringPtr(d.Get("password")),
384384
PartitioningSchema: &partitioningSchema,
385+
ServiceUser: types.ExpandStringPtr(d.Get("service_user")),
386+
ServicePassword: types.ExpandStringPtr(d.Get("service_password")),
385387
}
386388
}
387389

0 commit comments

Comments
 (0)