Skip to content

Commit e5302f6

Browse files
authored
fix(instance): typo in admin_password_encryption_ssh_key_id on server create (#3365)
1 parent a45426c commit e5302f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/instance/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ func ResourceInstanceServerCreate(ctx context.Context, d *schema.ResourceData, m
471471
req.PlacementGroup = types.ExpandStringPtr(zonal.ExpandID(placementGroupID).ID)
472472
}
473473

474-
if adminPasswordEncryptionSSHKeyID, ok := d.GetOk("admin_password_encryption_key_ssh_id"); ok {
474+
if adminPasswordEncryptionSSHKeyID, ok := d.GetOk("admin_password_encryption_ssh_key_id"); ok {
475475
req.AdminPasswordEncryptionSSHKeyID = types.ExpandStringPtr(adminPasswordEncryptionSSHKeyID)
476476
}
477477

0 commit comments

Comments
 (0)